Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 58 for without (0.026 sec.)
Argument Clinic How-To — Python 3.6.5 ドキュメント 12075
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... retrying until Argument Clinic processes your file without complaint. For readability, most of the glue code ... n their subclasses, which would trigger a segfault without this check. */ if ( self -> write == NULL ) { PyEr ... argument parsing for all existing CPython builtins without changing their semantics. Therefore Argument Clini ... s Python argument will be written to the parameter without any range checking, even for negative values. conv ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 12075
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ] [--symlinks | --copies] [--clear] [--upgrade] [--without-pip] ENV_DIR [ENV_DIR ...] Creates virtual Python ... hon, assuming Python has been upgraded in-place. --without-pip Skips installing or upgrading pip in the virtu ... で変更: デフォルトで pip をインストールします。 --without-pip と --copies オプションを追加しました。 バージョ ... 行されたなら true で、そうでなければ false です。 --without-pip オプションが与えられない限り、 pip を仮想環境で ...
https://man.plustar.jp/python/library/venv.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 11168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... It is now possible to customize subclass creation without using a metaclass. The new __init_subclass__ class ... y code to implicitly support all path-like objects without any code changes, or at least very minimal ones (e ... e evaluation in Python there really wasn't any way without directly manipulating function pointers for define ... to instrument running interpreters in production, without the need to recompile specific debug builds or pro ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 10260
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rn the name of the module named by the file path , without including the names of enclosing packages. The fil ... nd that parameters with defaults follow parameters without defaults. The optional return_annotation argument, ... ass follow_wrapped=False to get a signature of obj without unwrapping its __wrapped__ chain. このメソッドは S ... りますので注意が必要です。例: def handle_stackframe_without_leak (): frame = inspect . currentframe () try : # ...
https://man.plustar.jp/python/library/inspect.html - [similar]
28. ソフトウェア・パッケージと配布 — Python 3.6.5 ドキュメント 9353
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... hey can also be used with a local index server, or without any index server at all. 28.1. distutils --- Pytho ...
https://man.plustar.jp/python/library/distribution.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 9353
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e object has a field named name . Matching is done without regard to case and name does not include the trail ... ype header. The header will be re-written in place without the parameter or its value. Optional header specif ... ent_disposition ( ) ¶ Return the lowercased value (without parameters) of the message's Content-Disposition h ...
https://man.plustar.jp/python/library/email.message.html - [similar]
12.3. shelve --- Python オブジェクトの永続化 — Python 3.6.5 ドキュメント 8899
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ist of all existing keys (slow!) # as d was opened WITHOUT writeback=True, beware: d [ 'xx' ] = [ 0 , 1 , 2 ] ... * -- d['xx'] is STILL [0, 1, 2]! # having opened d without writeback=True, you need to code carefully: temp = ...
https://man.plustar.jp/python/library/shelve.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 8445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e class is very similar to the EmailMessage class, without the methods added by that class, and with the defa ... lse (the default) the body is returned as a string without decoding the Content-Transfer-Encoding . However, ... ent_disposition ( ) ¶ Return the lowercased value (without parameters) of the message's Content-Disposition h ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
11.9. linecache --- テキストラインにランダムアクセスする — Python 3.6.5 ドキュ... 8445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... avoids doing I/O until a line is actually needed, without having to carry the module globals around indefini ...
https://man.plustar.jp/python/library/linecache.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 8445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r symbol, this will generate a GUI executable, and without it, a console executable. To compile the executabl ... . In most, if not all, cases they can be addressed without needing major changes to your application. If your ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
PREV 1 2 3 4 5 6 NEXT