Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 76 for run (0.054 sec.)
17.6. sched --- イベントスケジューラ — Python 3.6.5 ドキュメント 7356
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... print_time , kwargs = { 'a' : 'keyword' }) ... s . run () ... print ( time . time ()) ... >>> print_some_ ... ベントキューが空ならば、Trueを返します。 scheduler. run ( blocking=True ) ¶ すべてのスケジュールされたイベ ... う。例外が action によって投げられる場合、イベントは run() への呼出しを未来に行なわないでしょう。 イベントの ...
https://man.plustar.jp/python/library/sched.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 7245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... thod to convert the Python value into a C value at runtime. For now you're going to use what's called a " ... rt generated code]*/ Save and close the file, then run Tools/clinic/clinic.py on it. With luck everything ... your Argument Clinic function specification and rerun Tools/clinic/clinic.py until they are the same. No ... EF { NULL , NULL } /* sentinel */ }; Compile, then run the relevant portions of the regression-test suite ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 7245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す: import tracemalloc tracemalloc . start () # ... run your application ... snapshot = tracemalloc . take ... # Store 25 frames tracemalloc . start ( 25 ) # ... run your application ... snapshot = tracemalloc . take ... n3.4/test/test_pickletools.py" , line 21 support . run_doctest ( pickletools ) File "/usr/lib/python3.4/t ... est/regrtest.py" , line 1276 test_runner () File "/usr/lib/python3.4/test/regrtest.py" , ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 7134
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンで区切りの語を指定する方法、例えば --file や --dry-run も提供しています。 optparse は、これら二種類のオプ ... ことがあります: parser . add_option ( "-n" , "--dry-run" , ... ) ... parser . add_option ( "-n" , "--noisy ... = "resolve" ) parser . add_option ( "-n" , "--dry-run" , ... , help = "do no harm" ) parser . add_option ... 決します。従って、 -n の除去されたオプションは --dry-run だけでしか有効にできなくなります。ユーザがヘルプ文 ...
https://man.plustar.jp/python/library/optparse.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 7134
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トとして実行したい場合に有用です。単に CGIHandler().run(app) を起動してください。 app はあなたが起動したい ... クラスは BaseCGIHandler のサブクラスで、これは wsgi.run_once を true、 wsgi.multithread を false、そして w ... y as CGIHandler , i.e., by calling IISCGIHandler().run(app) , where app is the WSGI application object yo ... は外部から利用されるたった一つのメソッドを持ちます: run ( app ) ¶ 指定された WSGI アプリケーション、 app を ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 7009
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 register_optionflag() は OutputChecker や DocTestRunner をサブクラス化して、その中で新たに作成したオプシ ... のデフォルト値は m.__dict__ になります。 doctest. run_docstring_examples ( f , globs , verbose=False , n ... されるすべての doctest に影響します: DocTestCase の runTest() メソッドは、 DocTestCase インスタンスが作成さ ... 結合され、doctest を実行するために作成される DocTestRunner インスタンスに渡されます。 DocTestCase インスタ ...
https://man.plustar.jp/python/library/doctest.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 7009
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 使って見付けにいくように指示できます。 test.support. run_unittest ( *classes ) ¶ 渡された unittest.TestCase ... 関数の形で利用されます。 def test_main (): support . run_unittest ( __name__ ) この関数は、名前で指定された ... の全ての定義されたテストを実行します。 test.support. run_doctest ( module , verbosity=None ) ¶ 与えられた m ... し示すコメントを付けておくべきです。 @ test.support. run_with_locale ( catstr , *locales ) ¶ 別のロケールで ...
https://man.plustar.jp/python/library/test.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6788
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... in test_hex File "unittest/case.py" , line 600 in run File "unittest/case.py" , line 648 in __call__ Fil ... e "unittest/suite.py" , line 122 in run File "unittest/suite.py" , line 84 in __call__ Fil ... e "unittest/suite.py" , line 122 in run File "unittest/suite.py" , line 84 in __call__ ... ... 行されたコードの行。 This can be used to instrument running interpreters in production, without the need t ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
27.1. bdb --- デバッガーフレームワーク — Python 3.6.5 ドキュメント 6677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... をデバッグするもので、クライアントから利用されます。 run ( cmd , globals=None , locals=None ) ¶ exec() 関数 ... dict__ で、 locals はデフォルトでは globals です。 runeval ( expr , globals=None , locals=None ) ¶ eval() ... して式を実行しデバッグします。 globals と locals は run() と同じ意味です。 runctx ( cmd , globals , locals ... ) ¶ 後方互換性のためのメソッドです。 run() を使ってください。 runcall ( func , *args , **kw ...
https://man.plustar.jp/python/library/bdb.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 6677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... て動作させるためのコードは以下のようになります: def run ( server_class = HTTPServer , handler_class = Base ... plain that will be used if no value is provided; for unknown codes the default value for both is the stri ... を行なうことができません。 The class will however, run the CGI script, instead of serving it as a file, i ... cripts" になります。 Note that CGI scripts will be run with UID of user nobody, for security reasons. Pro ...
https://man.plustar.jp/python/library/http.server.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT