Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 76 for run (0.199 sec.)
1. Distutilsの紹介 — Python 3.6.5 ドキュメント 6012
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... p ), unpack it, and---from the foo-1.0 directory---run python setup . py install この操作を行うと、インス ...
https://man.plustar.jp/python/distutils/introduction.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 6012
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... more work and exits. # (Realistically workers will run until terminated.) def worker (): print ( 'Running ... threading . currentThread (), end = ' ' ) print ( 'running with argument' , arg ) time . sleep ( 0.5 ) # ... range ( 50 ): q . put ( i ) # Give threads time to run print ( 'Main thread sleeping' ) time . sleep ( 5 ... ) 実行時には、以下のように出力されます: Running worker Running worker Running worker Running w ...
https://man.plustar.jp/python/faq/library.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 6012
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... header. In RFC 5322 , an unstructured header is a run of arbitrary text in the ASCII character set. RFC ... words into unicode, following the RFC 2047 rules for unstructured text. The parser uses heuristics to att ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
6.4. textwrap --- テキストの折り返しと詰め込み — Python 3.6.5 ドキュメント 6012
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 異を検出できないことです [ ... ] See Spot . See Spot run [ ... ] fix_sentence_endings はデフォルトで偽です。 ...
https://man.plustar.jp/python/library/textwrap.html - [similar]
4. Macintosh で Python を使う — Python 3.6.5 ドキュメント 6012
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... kaging small Python scripts on your own machine to run as a standard Mac application. This tool, however, ...
https://man.plustar.jp/python/using/mac.html - [similar]
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 5901
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... するにはどうしますか? ¶ これを行う最高水準の関数は PyRun_SimpleString() で、一つの文字列引数を取り、モジュー ... が発生したら -1 を返します。更に制御したければ、 PyRun_String() を使ってください。ソースは Python/pythonr ... un.c の ' PyRun_SimpleString() を参照してください。 C から任意の P ... ython 式を評価するにはどうしますか? ¶ 先の質問の PyRun_String() を、スタートシンボル Py_eval_input を渡し ...
https://man.plustar.jp/python/faq/extending.html - [similar]
Python モジュールのインストール (旧版) — Python 3.6.5 ドキュメント 5901
ナビゲーション 索引 モジュール | 前へ | Python » 3.6.5 ドキュメント » Python モジュールのインスト ... installed to, and where it finds its libraries at run-time. They are always the same under Windows, and ... very often the same under Unix and Mac OS X. You can find out what your Python ... installation uses for prefix and exec-prefix by running Python in interactive mode and typing a few si ... mple commands. Under Unix, just type python at the shell prompt. Under Wi ...
https://man.plustar.jp/python/install/index.html - [similar]
8.5. heapq --- ヒープキューアルゴリズム — Python 3.6.5 ドキュメント 5901
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ご存知のように、巨大なソートを行うと、複数の "ラン (run)" (予めソートされた配列で、そのサイズは通常 CPU メ ...
https://man.plustar.jp/python/library/heapq.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 5901
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ler and redefine its handle() method. You can then run various versions of the service by combining one o ... as server : # Activate the server; this will keep running until you # interrupt the program with Ctrl-C ... True server_thread . start () print ( "Server loop running in thread:" , server_thread . name ) client ( ... なります: $ python ThreadedTCPServer.py Server loop running in thread: Thread-1 Received: Thread-2: Hello ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
21.27. xmlrpc.server --- 基本的なXML-RPCサーバー — Python 3.6.5 ドキュメント 5901
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n x * y server . register_instance ( MyFuncs ()) # Run the server's main loop server . serve_forever () 以 ...
https://man.plustar.jp/python/library/xmlrpc.server.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT