Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 122 for using (0.093 sec.)
11.8. fnmatch --- Unix ファイル名のパターンマッチ — Python 3.6.5 ドキュメント 5984
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rue or False . Both parameters are case-normalized using os.path.normcase() . fnmatchcase() can be used to ...
https://man.plustar.jp/python/library/fnmatch.html - [similar]
18.9. mmap --- メモリマップファイル — Python 3.6.5 ドキュメント 5984
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nt ( mm [: 5 ]) # prints b"Hello" # update content using slice notation; # note that new content must have ... e mm [ 6 :] = b " world! \n " # ... and read again using standard file methods mm . seek ( 0 ) print ( mm . ...
https://man.plustar.jp/python/library/mmap.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 5984
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 Turtle star Turtle can draw intricate shapes using programs that repeat simple moves. from turtle imp ... リックに bye() メソッドを束縛します。 設定辞書中の "using_IDLE" の値が False (デフォルトです) の場合、さらに ... mplescreen = screen title = Python Turtle Graphics using_IDLE = False いくつかピックアップしたエントリーの短 ... 文字列に変換する際に、これらの名前は取り除かれます。 using_IDLE : IDLE とその -n スイッチ(サブプロセスなし)を ...
https://man.plustar.jp/python/library/turtle.html - [similar]
データ整列化 (data marshalling) のサポート — Python 3.6.5 ドキュメント 5873
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... o tell? Should only non-negative values be written using these routines? long PyMarshal_ReadLongFromFile ( ...
https://man.plustar.jp/python/c-api/marshal.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 5873
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... ません。): >>> " \N{GREEK CAPITAL LETTER DELTA} " # Using the character name '\u0394' >>> " \u0394 " # Using ... a 16-bit hex value '\u0394' >>> " \U00000394 " # Using a 32-bit hex value '\u0394' 加えて、 bytes クラスの ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
11.7. glob --- Unix 形式のパス名のパターン展開 — Python 3.6.5 ドキュメント 5873
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... with [] will be correctly matched. This is done by using the os.scandir() and fnmatch.fnmatch() functions i ...
https://man.plustar.jp/python/library/glob.html - [similar]
19. インターネット上のデータの操作 — Python 3.6.5 ドキュメント 5873
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... il.message.Message : Representing an email message using the compat32 API 19.1.10. email.mime : メールと MI ...
https://man.plustar.jp/python/library/netdata.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 5873
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the headers. NNTP. post ( data ) ¶ Post an article using the POST command. The data argument is either a fi ... be a str object. The unescaped value is returned. Using this function is recommended to display some heade ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
11.6. tempfile --- 一時ファイルやディレクトリの作成 — Python 3.6.5 ドキュメント 5873
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... emoved >>> fp . close () # create a temporary file using a context manager >>> with tempfile . TemporaryFil ... closed and removed # create a temporary directory using the context manager >>> with tempfile . TemporaryD ...
https://man.plustar.jp/python/library/tempfile.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 5873
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . ファイナライザオブジェクト ¶ The main benefit of using finalize is that it makes it simple to register a ... ause finalizer dead You can unregister a finalizer using its detach() method. This kills the finalizer and ...
https://man.plustar.jp/python/library/weakref.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT