Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 156 for all (0.128 sec.)
13.4. lzma --- LZMA アルゴリズムを使用した圧縮 — Python 3.6.5 ドキュメント 5064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... to machine code. They convert relative branches, calls and jumps in the code to use absolute addressing, ... re data \n " ) out4 = lzc . flush () # Concatenate all the partial results: result = b "" . join ([ out1 ...
https://man.plustar.jp/python/library/lzma.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 5064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... cordSetInteger MsiRecordClearData 34.1.5. エラー ¶ All wrappers around MSI functions raise MSIError ; the ... きます。 remove_pyc ( ) ¶ Remove .pyc files on uninstall. 参考 Directory Table File Table Component Table F ... ence , AdminUISequence , AdvtExecuteSequence , InstallExecuteSequence , InstallUISequence が含まれています ...
https://man.plustar.jp/python/library/msilib.html - [similar]
35.11. resource --- リソース使用状態の情報 — Python 3.6.5 ドキュメント 5064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... real-time scheduling without making a blocking syscall. 利用できる環境: Linux 2.6.25 以降。 バージョン 3. ... of the swap space that may be reserved or used by all of this user id's processes. This limit is enforce ... uest resources consumed by child processes of the calling process which have been terminated and waited f ...
https://man.plustar.jp/python/library/resource.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 5064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... into multi-character tokens. By default, includes all ASCII alphanumerics and underscore. In POSIX mode, ... ven the multiplicity of shells out there), it does allow you to perform processing of command lines more ...
https://man.plustar.jp/python/library/shlex.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 5064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ad_id , another thread in the same process as the caller. The target thread can be executing any code (Py ... Python thread would be to force a running system call to fail with InterruptedError . Use threading.get_ ... n be used by a library to wakeup a poll or select call, allowing the signal to be fully processed. The ol ... to the library to remove any bytes from fd before calling poll or select again. Use for example struct.un ...
https://man.plustar.jp/python/library/signal.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 5064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... arameters are given, the SMTP connect() method is called with those parameters during initialization. If ... s found using socket.getfqdn() . If the connect() call returns anything other than a success code, an SMT ... t is raised. The optional source_address parameter allows binding to some specific source address in a ma ... ike this, the SMTP QUIT command is issued automatically when the with statement exits. E.g.: >>> from smt ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
29.9. traceback --- スタックトレースの表示または取得 — Python 3.6.5 ドキュメン... 5064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... b が None でない場合ヘッダ Traceback (most recent call last): を出力します スタックトレースの後に例外 ety ... y cheaper (which may be valuable if it may not actually get formatted). If capture_locals is True the loc ... k that is being formatted or printed. It may optionally have a stringified version of the frames locals i ... ovided, and will prevent line lookups happening at all. locals is an optional local variable dictionary, ...
https://man.plustar.jp/python/library/traceback.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 5064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... このモジュールとは趣きがだいぶ異なります。 Simple Smalltalk Testing: With Patterns Kent Beck のテスティング ... uch a working environment for the testing code is called a fixture . Test case instances are grouped toge ... ed by unittest 's TestSuite class. In most cases, calling unittest.main() will do the right thing and col ... lect all the module's test cases for you, and then execute ...
https://man.plustar.jp/python/library/unittest.html - [similar]
29.5. warnings --- 警告の制御 — Python 3.6.5 ドキュメント 5064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . catch_warnings ( record = True ) as w : # Cause all warnings to always be triggered. warnings . simple ...
https://man.plustar.jp/python/library/warnings.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 5064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 参照してください。 class weakref. ref ( object [ , callback ] ) ¶ object への弱参照を返します。リファレント ... 照オブジェクトを呼び出したときに None を返します。 callback に None 以外の値を与えた場合、オブジェクトをま ... るときに呼び出します。このとき弱参照オブジェクトは callback の唯一のパラメタとして渡されます。リファレント ... サポートしていません。参照がまだ生きているならば、 callback に関係なく二つの参照はそれらのリファレントと同 ...
https://man.plustar.jp/python/library/weakref.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT