Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 76 for result (0.087 sec.)
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 6497
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eed to be "live" at the time they are used, so the result of calling the references needs to be checked befo ... self is alive then mark it as dead and return the result of calling func(*args, **kwargs) . If self is dead ...
https://man.plustar.jp/python/library/weakref.html - [similar]
シーケンス型プロトコル (sequence protocol) — Python 3.6.5 ドキュメント 6400
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... uence_Fast_GET_ITEM() to access the members of the result. Returns NULL on failure. If the object is not a s ...
https://man.plustar.jp/python/c-api/sequence.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6400
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... database. E.g. tparm(tigetstr("cup"), 5, 3) could result in b'\033[6;4H' , the exact result depending on te ... dge of the window or scrolling region, either as a result of a newline action on the bottom line, or typing ...
https://man.plustar.jp/python/library/curses.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 6400
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... it, passing through all arguments, and return the result of the call. The expectation is that the handler w ... is specified, iterate its items method and use the resulting (key, value) pairs to set additional parameters ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 6400
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... network broadcast address are also included in the result. >>> list ( ip_network ( '192.0.2.0/29' ) . hosts ... ude ( network ) ¶ Computes the network definitions resulting from removing the given network from this one. ... net-Router anycast address is also included in the result. overlaps ( other ) ¶ address_exclude ( network ) ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 6400
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... to be initialised correctly. Failing to do so will result in a DeprecationWarning in Python 3.6, and a Runti ... ew__ ( cls , name , bases , namespace , ** kwds ): result = type . __new__ ( cls , name , bases , dict ( nam ... espace )) result . members = tuple ( namespace ) return result clas ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 6400
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 書けます: class C ( object ): def get_size ( self ): result = ... computation ... return result def set_size ( ... patches contributed by Stephen Hansen, though the result isn't fully functional yet. (But this is progress. ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6400
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... .example.com sleepy.example.com -u skycaptain' >>> result = parser . parse_args ( cmd . split ()) >>> result ... . action 'deploy' >>> result . targets ['sneezy.example.com', 'sleepy.example.c ... om'] >>> result . user 'skycaptain' このパーサが自動的に作り出した ... eed]/foo/' ) # doctest: +NORMALIZE_WHITESPACE ParseResult(scheme='http', netloc='[dead:beef:cafe:5417:affe:8 ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 6303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... re is no default, but not specifying a default may result in an "uninitialized variable" warning. This can e ... n this manner can be a boon to readability, it may result in Clinic code using types before they are defined ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 6303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... the rotated files is made small so you can see the results easily. def listener_configurer (): root = loggin ... for filename in logfiles : print ( filename ) The result should be 6 separate files, each with part of the ... exception so that it prints on a single line. """ result = super ( OneLineExceptionFormatter , self ) . for ... matException ( exc_info ) return repr ( result ) # or format into one line however you want to de ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT