Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 53 for iter (0.090 sec.)
19.1.9. email.message.Message: Representing an email message using the compat32 ... 6534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... its functionality is replaced by get_content() and iter_parts() . set_payload ( payload , charset=None ) ¶ ... xt/plain text/plain message/rfc822 text/plain walk iterates over the subparts of any part where is_multipa ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 6534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 814e6 ) ... MARS = ( 6.421e+23 , 3.3972e6 ) ... JUPITER = ( 1.9e+27 , 7.1492e7 ) ... SATURN = ( 5.688e+26 ... ta メタクラスは、 __contains__() 、 __dir__() 、 __iter__() および標準的なクラスでは失敗するが Enum クラス ... には表示されません: >>> dir ( Planet ) ['EARTH', 'JUPITER', 'MARS', 'MERCURY', 'NEPTUNE', 'SATURN', 'URANUS' ...
https://man.plustar.jp/python/library/enum.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 6534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... バッファ処理を追加します。そのサブクラスの BufferedWriter , BufferedReader , BufferedRWPair では、 それぞれ読 ... closed , __enter__ , __exit__ , flush , isatty , __iter__ , __next__ , readable , readline , readlines , s ... Base 実装は RawIOBase 実装を継承せずに、 BufferedWriter と BufferedReader がするようにこれをラップすべきで ... の読み込みが一回呼び出されます。 class io. BufferedWriter ( raw , buffer_size=DEFAULT_BUFFER_SIZE ) ¶ 書き込 ...
https://man.plustar.jp/python/library/io.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 6534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 1 j ) '[2.0, 1.0]' >>> list ( ComplexEncoder () . iterencode ( 2 + 1 j )) ['[2.0', ', 1.0', ']'] シェルか ... のように実装します: def default ( self , o ): try : iterable = iter ( o ) except TypeError : pass else : re ... turn list ( iterable ) # Let the base class default method raise th ... o" : [ "bar" , "baz" ]}) '{"foo": ["bar", "baz"]}' iterencode ( o ) ¶ 与えられたオブジェクト o をエンコード ...
https://man.plustar.jp/python/library/json.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 6534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を扱うスレッドがブロックするからです。 map ( func , iterable [ , chunksize ] ) ¶ map() 組み込み関数の並列版 ... です ( iterable な引数を1つだけサポートするという違いはあります ... 数に設定することで指定できます。 map_async ( func , iterable [ , chunksize [ , callback [ , error_callback ... を扱うスレッドがブロックするからです。 imap ( func , iterable [ , chunksize ] ) ¶ map() の遅延評価版です。 c ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れを使っても構いません。一つはカーソルをイテレータ ( iterator ) として扱う、一つはカーソルの fetchone() メソ ... の行の変更・挿入・削除がなされた行の総数を返します。 iterdump ( ) ¶ データベースをSQL testフォーマットでダン ... open ( 'dump.sql' , 'w' ) as f : for line in con . iterdump (): f . write ( ' %s \n ' % line ) 12.6.3. カー ... rameters . The sqlite3 module also allows using an iterator yielding parameters instead of a sequence. imp ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 6534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ksize=8192 ) ¶ ファイル風オブジェクトをイテレータ( iterator )に変換するラッパです。結果のオブジェクトは __ ... getitem__() と __iter__() 両方をサポートしますが、これは Python 2.1 と J ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 6534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ing methods: read() , readline() , readlines() , __iter__() , __next__() . These objects can operate indep ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 6534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ceWarning', 'RuntimeError', 'RuntimeWarning', 'StopIteration', 'SyntaxError', 'SyntaxWarning', 'SystemErro ... 'id', 'input', 'int', 'isinstance', 'issubclass', 'iter', 'len', 'license', 'list', 'locals', 'map', 'max' ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 6429
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... 本物の dict でなくても構いません。 __getitem__ と __iter__ を実装していて logging が辞書のように扱えるクラス ... 作ることができます: from __future__ import unicode_literals import json import logging # This next bit is t ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
PREV 1 2 3 4 5 6 NEXT