Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 249 for FOR (0.080 sec.)
8.7. array --- 効率のよい数値アレイ — Python 3.6.5 ドキュメント 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ラーが発生した場合にアレイが変更されないことを除き、 for x in list: a.append(x) と同じです。 array. fromstr ...
https://man.plustar.jp/python/library/array.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... plex schemes to implement encryption and chunking, for example. async_chat. push_with_producer ( producer ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 1.1. イベントループの実行 ¶ AbstractEventLoop. run_forever ( ) ¶ stop() が呼ばれるまで実行します。もし ru ... n_forever() が呼ばれる前に stop() が呼ばれた場合、このメ ... ルされていたもの) を実行した後、終了します。もし run_forever() の実行中に stop() が呼ばれた場合、現在バッチ ... されたコールバックは実行されません。それらは次に run_forever() が呼ばれたときに実行されます。 バージョン 3. ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
8.4. collections.abc --- コレクションの抽象基底クラス — Python 3.6.5 ドキュメン... 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... __ ( self , iterable ): self . elements = lst = [] for value in iterable : if value not in lst : lst . ap ...
https://man.plustar.jp/python/library/collections.abc.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... olded header. It defaults to the most useful value for Python application code ( \n ), but \r\n can be sp ...
https://man.plustar.jp/python/library/email.header.html - [similar]
13.2. gzip --- gzip ファイルのサポート — Python 3.6.5 ドキュメント 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 追加しました。 バージョン 3.4 で変更: Added support for the 'x' , 'xb' and 'xt' modes. バージョン 3.6 で変 ...
https://man.plustar.jp/python/library/gzip.html - [similar]
11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トリの一覧を取得します: >>> p = Path ( '.' ) >>> [ x for x in p . iterdir () if x . is_dir ()] [PosixPath(' ... e> File "pathlib.py" , line 694 , in relative_to . format ( str ( self ), str ( formatted ))) ValueError ... ジェクトを yield します: >>> p = Path ( 'docs' ) >>> for child in p . iterdir (): child ... PosixPath('docs ...
https://man.plustar.jp/python/library/pathlib.html - [similar]
18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... D , accept ) while True : events = sel . select () for key , mask in events : callback = key . data callb ...
https://man.plustar.jp/python/library/selectors.html - [similar]
8.9. types --- 動的な型生成と組み込み型に対する名前 — Python 3.6.5 ドキュメント 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rted ( self . __dict__ ) items = ( " {} = {!r} " . format ( k , self . __dict__ [ k ]) for k in keys ) re ... turn " {} ( {} )" . format ( type ( self ) . __name__ , ", " . join ( item ...
https://man.plustar.jp/python/library/types.html - [similar]
21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... races, hyphens, and a URN prefix are all optional. For example, these expressions all yield the same UUID ... (UUID) の URN 名前空間 この仕様は UUID のための Uniform Resource Name 名前空間、UUID の内部フォーマットと ... nvert a UUID to a string of hex digits in standard form >>> str ( x ) '00010203-0405-0607-0809-0a0b0c0d0e ...
https://man.plustar.jp/python/library/uuid.html - [similar]