Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 24 for execute (0.044 sec.)
超高水準レイヤ — Python 3.6.5 ドキュメント 7889
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ar *filename , PyCompilerFlags *flags ) ¶ Read and execute statements from a file associated with an interact ...
https://man.plustar.jp/python/c-api/veryhigh.html - [similar]
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 7889
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... i + j - 1 ]) /* "... " and double '\n' */ { /* so execute it */ dum = PyEval_EvalCode ( src , glb , loc ); P ...
https://man.plustar.jp/python/faq/extending.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 7889
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... collected immediately rather than lazily; func is executed asynchronously and several calls to func may be m ... 時間に制限はありません。 参考 PEP 3148 -- futures - execute computations asynchronously この機能を Python 標準 ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 7889
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... maryInformation 34.1.2. ビューオブジェクト ¶ View. Execute ( params ) ¶ MSIViewExecute() を通してビューに対す ... ViewClose() を通してビューを閉じます。 参考 MsiViewExecute MSIViewGetColumnInfo MsiViewFetch MsiViewModify Ms ... ーケンステーブルのテーブル内容を含んでいます。 AdminExecuteSequence , AdminUISequence , AdvtExecuteSequence , ... InstallExecuteSequence , InstallUISequence が含まれています。 msi ...
https://man.plustar.jp/python/library/msilib.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 7889
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... plication Archive Format ¶ Python has been able to execute zip files which contain a __main__.py file since v ... ersion 2.6. In order to be executed by Python, an application archive simply has to b ... utable bit set on POSIX systems, to allow it to be executed directly. There is no requirement that the tools ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 7889
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... unt(*) FROM main GROUPBY region, dept >>> cursor . execute ( query ) >>> query_fields = [ desc [ 0 ] for desc ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 7823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... /companydata' ) cursor = conn . cursor () cursor . execute ( 'SELECT name, age, title, department, paygrade F ...
https://man.plustar.jp/python/library/collections.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 7823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rn (exitcode, output) of executing cmd in a shell. Execute the string cmd in a shell with Popen.check_output( ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
34.3. winreg --- Windows レジストリへのアクセス — Python 3.6.5 ドキュメント 7823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... EY_NOTIFY ) アクセス権限の組み合わせ。 winreg. KEY_EXECUTE ¶ KEY_READ と同じ。 winreg. KEY_QUERY_VALUE ¶ レジ ...
https://man.plustar.jp/python/library/winreg.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 7823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... d will return an awaitable which when awaited will execute until it provides a value using the yield expressi ... on. When the function executes an empty return statement or falls off the end, a ... el__() can be invoked when arbitrary code is being executed, including from any arbitrary thread. If __del__( ... eady be taken by the code that gets interrupted to execute __del__() . __del__() can be executed during inter ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
PREV 1 2 3 NEXT