Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 58 for without (0.015 sec.)
What's New in Python 2.3 — Python 3.6.5 ドキュメント 8445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... disabled when compiling Python by specifying the --without-universal-newlines switch when running Python's co ... is now enabled by default; you'll have to supply --without-pymalloc to disable it. この変更は Python で書いた ... n made mandatory. You can no longer compile Python without it, and the --with-cycle-gc switch to configure ha ... ならなくなりました。 The interpreter can be compiled without any docstrings for the built-in functions and modu ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7991
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... of headers, it is easy to create duplicate headers without realizing it. This method allows certain headers t ... Useful for serializing messages to a message store without using encoded words in the headers. Should only be ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 7991
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... raised. If this happens, simply call transfercmd() without a rest argument. FTP. ntransfercmd ( cmd , rest=No ... ls that know how to handle NAT with non-secure FTP without opening fixed ports. バージョン 3.3 で追加. FTP_TL ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
9.6. random --- 擬似乱数を生成する — Python 3.6.5 ドキュメント 7991
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... [ 10 , 20 , 30 , 40 , 50 ], k = 4 ) # Four samples without replacement [40, 10, 50, 30] シミュレーション: >>> ... ack', 'black', 'red', 'black'] >>> # Deal 20 cards without replacement from a deck of 52 playing cards >>> # ...
https://man.plustar.jp/python/library/random.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 7991
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is that it makes it simple to register a callback without needing to preserve the returned finalizer object. ... ng interpreter shutdown . So this code should work without any issues on CPython. However, handling of __del_ ...
https://man.plustar.jp/python/library/weakref.html - [similar]
8. Distutilsの拡張 — Python 3.6.5 ドキュメント 7523
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... added which can support existing setup.py scripts without requiring modifications to the Python installation ...
https://man.plustar.jp/python/distutils/extending.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 7523
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... n has reached the end, tp_iternext may return NULL without setting an exception, or it may set StopIteration ... ype to participate in the weak reference mechanism without incurring the overhead on performance-critical obj ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 7523
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ontent on a text part will return a unicode string without the application needing to manually decode it, set ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 7523
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tured tree of unicode text and binary attachments, without having to worry about how these are represented wh ...
https://man.plustar.jp/python/library/email.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 7523
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... LAKE2s. For example, to replace SHA-1 with BLAKE2b without changing the size of output, we can tell BLAKE2b t ... lic domain worldwide. This software is distributed without any warranty. You should have received a copy of t ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
PREV 1 2 3 4 5 6 NEXT