Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 178 for This (0.394 sec.)
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 5264
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 用してください。 ident ¶ The 'thread identifier' of this thread or None if the thread has not been started. ... This is a nonzero integer. See the get_ident() function ... トします。 class threading. Semaphore ( value=1 ) ¶ This class implements semaphore objects. A semaphore ma ... 7.1.9. バリアオブジェクト ¶ バージョン 3.2 で追加. This class provides a simple synchronization primitive ...
https://man.plustar.jp/python/library/threading.html - [similar]
34.4. winsound --- Windows 用の音声再生インタフェース — Python 3.6.5 ドキュメン... 5264
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ying MessageBeep() function from the Platform API. This plays a sound as specified in the registry. The ty ... ibed below. The value -1 produces a "simple beep"; this is the final fallback if a sound cannot be played ...
https://man.plustar.jp/python/library/winsound.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 5264
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... eturned object _cache [ x ] = retval return retval This version works for simple things such as integers, ... ated until the Python process exits and cleans up. This isn't very noticeable for integers, but if f() ret ... or a data structure that takes up a lot of memory, this can be a problem. 弱参照は、オブジェクトをその時間 ... eference in the section on the xml . dom package . This package contains the following modules : ... pydoc ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
Python インタプリタの拡張と埋め込み — Python 3.6.5 ドキュメント 5208
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 参照してください。 おすすめのサードパーティツール ¶ This guide only covers the basic tools for creating ext ... ensions provided as part of this version of CPython. Third party tools like Cython ...
https://man.plustar.jp/python/extending/index.html - [similar]
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 5208
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... on, which will use dictConfig() for configuration. This method allows you to specify disable_existing_logg ... atter with id 'precise' goes here handlers : h1 : #This is an id # configuration of handler with id 'h1' g ... oes here formatter : brief h2 : #This is another id # configuration of handler with id ' ... delegate to. Since the system already knows about this class, then in the configuration, the given target ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 5208
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e, then a new ZIP archive is appended to the file. This is meant for adding a ZIP archive to another file ... e, giving it the archive name arcname (by default, this will be the same as filename , but without a drive ... d attributes: ZipInfo. is_dir ( ) ¶ Return True if this archive member is a directory. This uses the entry ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 5208
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... l be increased as needed, so you don't have to get this value exactly right; tuning it will only save a fe ... ることもあります。 If the optional parameter max_length is non-zero then the return value will be no longer ... than max_length . This may mean that not all of the compressed input can ... will be stored in the attribute unconsumed_tail . This bytestring must be passed to a subsequent call to ...
https://man.plustar.jp/python/library/zlib.html - [similar]
シーケンス型プロトコル (sequence protocol) — Python 3.6.5 ドキュメント 5152
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... bject provides sequence protocol, and 0 otherwise. This function always succeeds. Py_ssize_t PySequence_Si ... will be constructed with the appropriate contents. This is equivalent to the Python expression tuple(o) . ...
https://man.plustar.jp/python/c-api/sequence.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 5152
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... interface to the C library function system() [1] . This function takes a null-terminated character string ... as argument and returns an integer. We want this function to be callable from Python as follows: >> ... ration setup and rebuild the interpreter. Luckily, this is very simple on Unix: just place your file ( spa ... , & action , & type )) return NULL ; printf ( "-- This parrot wouldn't %s if you put %i Volts through it. ...
https://man.plustar.jp/python/extending/extending.html - [similar]
デザインと歴史 FAQ — Python 3.6.5 ドキュメント 5152
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... eferences to other objects, and keeps a pointer to this array and the array's length in a list head struct ... ted as resizable hash tables. Compared to B-trees, this gives better performance for lookup (the most comm ... は、例えばこの中のどれかを試してください: dir = r "\this\is\my\dos\dir" " \\ " dir = r "\this\is\my\dos\dir ... \ " [: - 1 ] dir = " \\ this \\ is \\ my \\ dos \\ dir \\ " 属性の代入に "with" ...
https://man.plustar.jp/python/faq/design.html - [similar]