Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 273 for THE (0.185 sec.)
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 4659
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... セスに継承されることがなくなりました。 On Unix using the spawn or forkserver start methods will also start ... a semaphore tracker process which tracks the unlinked named semaphores created by processes of ... the program. When all processes have exited the semaphore tracker unlinks any remaining semaphores ... . Usually there should be none, but if a process was killed by a ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
用語集 — Python 3.6.5 ドキュメント 4640
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... ラクティブに実行されるコード例でよく出てきます。 ... The default Python prompt of the interactive shell whe ... a pair of matching left and right delimiters (parentheses, square brackets or curly braces). 2to3 Python ... yield temporarily suspends processing, remembering the location execution state (including local variable ... s and pending try-statements). When the asynchronous generator iterator effectively resume ...
https://man.plustar.jp/python/glossary.html - [similar]
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 4640
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 来ます。 CHAR_MAX このロケールでは特に指定しません。 The function sets temporarily the LC_CTYPE locale to t ... de decimal_point and thousands_sep byte strings if they are non-ASCII or longer than 1 byte, and the LC_N ... UMERIC locale is different than the LC_CTYPE locale. This temporary change affects oth ... er threads. バージョン 3.6.5 で変更: The function now sets temporarily the LC_CTYPE locale ...
https://man.plustar.jp/python/library/locale.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 4630
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ty-like access for a type. See also description of the PyTypeObject.tp_getset slot. フィールド C の型 意味 ... char * attribute name get getter C Function to get the attribute 集合 setter optional C function to set o ... r delete the attribute, if omitted the attribute is readonly do ... r, providing additional data for getter and setter The get function takes one PyObject* parameter (the in ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
10. 完全な文法仕様 — Python 3.6.5 ドキュメント 4630
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... for Python # NOTE WELL: You should also follow all the steps listed at # https://devguide.python.org/gram ... mar/ # Start symbols for the grammar: # single_input is a single interactive st ... commands read from an input file; # eval_input is the input for the eval() functions. # NB: compound_stm ... d assignments, additional restrictions enforced by the interpreter del_stmt : 'del' exprlist pass_stmt : ...
https://man.plustar.jp/python/reference/grammar.html - [similar]
8. Distutilsの拡張 — Python 3.6.5 ドキュメント 4611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... etup.py scripts without requiring modifications to the Python installation. This is expected to allow thi ... vide support for additional packaging systems, but the commands can be used for anything distutils comman ... ke all distutils options, this can be specified on the command line or in a configuration file. This opti ... on can only be set in the [global] section of a configuration file, or befor ...
https://man.plustar.jp/python/distutils/extending.html - [similar]
24.2. cmd --- 行指向のコマンドインタープリタのサポート — Python 3.6.5 ドキュメ... 4611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ass TurtleShell ( cmd . Cmd ): intro = 'Welcome to the turtle shell. Type help or ? to list commands. \n ... ommands ----- def do_forward ( self , arg ): 'Move the turtle forward by the specified distance: FORWARD ... g )) def do_home ( self , arg ): 'Return turtle to the home position: HOME' home () def do_circle ( self ... se ( arg )) def do_position ( self , arg ): 'Print the current turtle position: POSITION' print ( 'Curren ...
https://man.plustar.jp/python/library/cmd.html - [similar]
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 4611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 代わりにプロパティを直接使用してください。 ident ¶ The 'thread identifier' of this thread or None if the ... s not been started. This is a nonzero integer. See the get_ident() function. Thread identifiers may be re ... cycled when a thread exits and another thread is created. The identifier is available ev ... en after the thread has exited. is_alive ( ) ¶ スレッドが生存中 ...
https://man.plustar.jp/python/library/threading.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 4601
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... low) that were created and not yet destroyed since the last call to Py_Initialize() . Ideally, this frees ... all memory allocated by the Python interpreter. This is a no-op when called fo ... out calling Py_Initialize() again first). Normally the return value is 0 . If there were errors during fi ... を返します。例えば 'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam' 関数が返す文字列ポインタ ...
https://man.plustar.jp/python/c-api/init.html - [similar]
18.5.6. サブプロセス — Python 3.6.5 ドキュメント 4581
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... future = asyncio . Future ( loop = loop ) # Create the subprocess controlled by the protocol DateProtocol ... , # redirect the standard output into a pipe create = loop . subpro ... ransport , protocol = yield from create # Wait for the subprocess exit using the process_exited() method ... # of the protocol yield from exit_future # Close the stdout ...
https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]