Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 116 for when (0.082 sec.)
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 5963
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... is why you should be careful to avoid returning it when hash computation is successful, as seen above. ter ... nstructor should leave it NULL (which is automatic when using the default tp_alloc ). Set the tp_weaklisto ... nd examples of the function you want to implement. When you need to verify that an object is a concrete in ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 5963
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e two values (measured in number of bytes) control when the protocol's pause_writing() and resume_writing( ... nor low can be negative. pause_writing() is called when the buffer size becomes greater than or equal to t ... riting has been paused, resume_writing() is called when the buffer size becomes less than or equal to the ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 5963
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ng literals. \B Matches the empty string, but only when it is not at the beginning or end of a word. This ... d. Corresponds to the inline flag (?i) . Note that when the Unicode patterns [a-z] or [A-Z] are used in co ... . Whitespace within the pattern is ignored, except when in a character class, or when preceded by an unesc ... lash, or within tokens like *? , (?: or (?P<...> . When a line contains a # that is not in a character cla ...
https://man.plustar.jp/python/library/re.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 5963
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed to accelerate the drawing of complex graphics.) When called without arguments, returns the currently st ... turtle.Turtle method Pull the pen up -- no drawing when moving. Aliases: penup | pu | up No argument >>> t ... dule turtle: penup() Pull the pen up -- no drawing when moving. Aliases: penup | pu | up No argument Examp ... You can study it as an example and see its effects when running the demos (preferably not from within the ...
https://man.plustar.jp/python/library/turtle.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5963
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... sprint are specially marked in the following list. When they were introduced in Python 2.4, the built-in s ... eter that signals whether to raise the open window when possible. A number of additional browsers were add ... d arenas. With this patch, Python will free arenas when they're empty. The net effect is that on some plat ... forms, when you allocate many objects, Python's memory usage m ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
Logging HOWTO — Python 3.6.5 ドキュメント 5863
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... (asctime)s %(message)s ' ) logging . warning ( 'is when this event was logged.' ) これは以下の様なフォーマ ... ットで表示されます: 2010-12-12 11:41:42,612 is when this event was logged. The default format for date ... '%m/ %d /%Y %I:%M:%S %p' ) logging . warning ( 'is when this event was logged.' ) これは次のように表示され ... ます: 12/12/2010 11:46:36 AM is when this event was logged. datefmt 引数のフォーマットは ...
https://man.plustar.jp/python/howto/logging.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 5863
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... e ASCII flag is used to disable non-ASCII matches. When the Unicode patterns [a-z] or [A-Z] are used in co ... so be considered a letter. Setting the LOCALE flag when compiling a regular expression will cause the resu ... low precedence in order to make it work reasonably when you're alternating multi-character strings. Crow|S ... ます。 For such REs, specifying the re.VERBOSE flag when compiling the regular expression can be helpful, b ...
https://man.plustar.jp/python/howto/regex.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 5863
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... of the history buffer (or the "window size") used when compressing data, and whether a header and trailer ... omatically accepts either the zlib or gzip format. When decompressing a stream, the window size must not b ...
https://man.plustar.jp/python/library/zlib.html - [similar]
データ整列化 (data marshalling) のサポート — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ear that negative values won't be handled properly when there's no error. What's the right way to tell? Sh ...
https://man.plustar.jp/python/c-api/marshal.html - [similar]
メモリ管理 — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... バーフロー) を検出します Check that the GIL is held when allocator functions of PYMEM_DOMAIN_OBJ (ex: PyObj ... The debug hooks now also check if the GIL is held when functions of PYMEM_DOMAIN_OBJ and PYMEM_DOMAIN_MEM ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT