Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 146 for default (0.187 sec.)
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 5112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... メソッドは コルーチン です。 get_extra_info ( name , default=None ) ¶ オプションのトランスポート情報を返します: ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 5112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... significantly improve performance compared to the default size of 1. With ThreadPoolExecutor , chunksize has ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 5112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t 0x1035a2840> >>> fun . dispatch ( dict ) # note: default implementation <function fun at 0x103fe0000> 登録さ ...
https://man.plustar.jp/python/library/functools.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 5112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ntext.load_cert_chain() instead, or let ssl.create_default_context() select the system's trusted CA certifica ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 5112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... has been transmitted, and authentication occurs by default if possible during a NNTP object initialization. S ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
10.3. operator --- 関数形式の標準演算子 — Python 3.6.5 ドキュメント 5112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 値を c に設定します。 operator. length_hint ( obj , default=0 ) ¶ オブジェクト o の概算の長さを返します。最初に ...
https://man.plustar.jp/python/library/operator.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 5112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... です。 atexit ¶ A writable boolean property which by default is true. When the program exits, it calls all rema ...
https://man.plustar.jp/python/library/weakref.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 5112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... d Goodger.) curses モジュールが ncurses 拡張の use_default_colors() をサポートするようになりました。透明性をサ ... にしています。オプションのヘルプメッセージは文字列 '%default' を含めることが出来るようになっており、これはオプシ ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 5112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... t Decimal , Context , localcontext # Displays with default precision of 28 digits v = Decimal ( '578' ) print ... 'Arc; bpo-3473 .) 新しいビルトイン next(iterator, [default]) は指定したイテレータより次のアイテムを返します。 ... iterator が使い果たされている場合、 default 引数が与えられていれがこれを、そうでなければ StopI ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 5053
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Exc_Warning is a subclass of PyExc_Exception ; the default warning category is PyExc_RuntimeWarning . The sta ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 NEXT