Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 36 for equivalent (0.028 sec.)
マップ型プロトコル (mapping protocol) — Python 3.6.5 ドキュメント 16562
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ects that do not provide mapping protocol, this is equivalent to the Python expression len(o) . int PyMapping_De ... from the object o . Return -1 on failure. This is equivalent to the Python statement del o[key] . int PyMapping ... from the object o . Return -1 on failure. This is equivalent to the Python statement del o[key] . int PyMapping ... ng object has the key key and 0 otherwise. This is equivalent to the Python expression key in o . This function ...
https://man.plustar.jp/python/c-api/mapping.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 11030
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ect. Calling this method on a bytes-like object is equivalent to wrapping bytes in a BytesIO instance first and ... le-like object. Calling this method on a string is equivalent to wrapping text in a StringIO instance first and ... bject structure from a bytes-like object . This is equivalent to BytesParser().parsebytes(s) . Optional _class a ... ure tree from an open binary file object . This is equivalent to BytesParser().parse(fp) . _class and policy are ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 8193
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ompromise between speed and compression (currently equivalent to level 6). Raises the error exception if any err ... ompromise between speed and compression (currently equivalent to level 6). method is the compression algorithm. ...
https://man.plustar.jp/python/library/zlib.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8193
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... orruption issue with sdists that ended with a byte equivalent to CR. (Contributed by Bo Bayles in bpo-32304 .) e ... t groups can be accessed by __getitem__ , which is equivalent to group() . So mo['name'] is now equivalent to mo ... documented methods deprecated since Python 3.2 and equivalent functionality is available from private methods. T ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 8051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... of max_line_length from the policy. __str__ ( ) ¶ Equivalent to as_string(policy=self.policy.clone(utf8=True) . ... ible API for serializing messages. __bytes__ ( ) ¶ Equivalent to as_bytes() . Allows bytes(msg) to produce a byt ...
https://man.plustar.jp/python/library/email.message.html - [similar]
シーケンス型プロトコル (sequence protocol) — Python 3.6.5 ドキュメント 7892
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... constructed with the appropriate contents. This is equivalent to the Python expression tuple(o) . PyObject * PyS ...
https://man.plustar.jp/python/c-api/sequence.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 7750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... me means Argument Clinic can't compute the correct equivalent C default value. So you need to tell it explicitly ... n you use an expression, you must also specify the equivalent expression in C, using the c_default parameter to ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 7750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... mTap integration is to use a "tapset": SystemTap's equivalent of a library, which hides some of the lower-level ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
21.23. http.cookies --- HTTPの状態管理 — Python 3.6.5 ドキュメント 7750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... cookies . SimpleCookie () >>> C [ "number" ] = 7 # equivalent to C["number"] = str(7) >>> C [ "string" ] = "seve ...
https://man.plustar.jp/python/library/http.cookies.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... accessed by name, so sys.getwindowsversion()[0] is equivalent to sys.getwindowsversion().major . For compatibili ... ency with versions of Python prior to 3.6. This is equivalent to defining the PYTHONLEGACYWINDOWSFSENCODING envi ...
https://man.plustar.jp/python/library/sys.html - [similar]
PREV 1 2 3 4 NEXT