Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 95 for check (0.043 sec.)
インスタンスメソッドオブジェクト(Instance Method Objects) — Python 3.6.5 ドキュ... 7135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... プログラムには公開されません。 int PyInstanceMethod_Check ( PyObject *o ) ¶ o がインスタンスメソッドオブジェ ... Python プログラムに公開されています。 int PyMethod_Check ( PyObject *o ) ¶ o がメソッドオブジェクト ( PyMet ...
https://man.plustar.jp/python/c-api/method.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... e , 0 ); Since memory allocation may fail, we must check the tp_alloc result against NULL before proceeding ... first attribute" ); return -1 ; } if ( ! PyUnicode_Check ( value )) { PyErr_SetString ( PyExc_TypeError , " ... last attribute" ); return -1 ; } if ( ! PyUnicode_Check ( value )) { PyErr_SetString ( PyExc_TypeError , " ... first attribute" ); return -1 ; } if ( ! PyUnicode_Check ( value )) { PyErr_SetString ( PyExc_TypeError , " ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 7135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... meout , ] source_address=None , * , context=None , check_hostname=None ) ¶ HTTPConnection のサブクラスはセキ ... ジョン 3.2 で変更: source_address 、 context そして check_hostname が追加されました。 バージョン 3.2 で変更: ... the system's trusted CA certificates for you. The check_hostname parameter is also deprecated; the ssl.SSL ... Context.check_hostname attribute of context should be used inste ...
https://man.plustar.jp/python/library/http.client.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 7004
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... Field(capsule, field, default_value) \ ( PyCapsule_CheckExact(capsule) \ ? (((PyCObject *)capsule)->field) ... sule_SetField(capsule, field, value) \ ( PyCapsule_CheckExact(capsule) \ ? (((PyCObject *)capsule)->field = ... ne PyCapsule_Type PyCObject_Type #define PyCapsule_CheckExact(capsule) (PyCObject_Check(capsule)) #define P ... yCapsule_IsValid(capsule, name) (PyCObject_Check(capsule)) #define PyCapsule_New(pointer, name, des ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 7004
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... bj , fp , * , skipkeys=False , ensure_ascii=True , check_circular=True , allow_nan=True , cls=None , indent ... false の場合、これらの文字はそのまま出力されます。 check_circular が false (デフォルトは True ) ならば、コン ... s ( obj , * , skipkeys=False , ensure_ascii=True , check_circular=True , allow_nan=True , cls=None , indent ... Encoder ( * , skipkeys=False , ensure_ascii=True , check_circular=True , allow_nan=True , sort_keys=False , ...
https://man.plustar.jp/python/library/json.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 7004
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... バージョン 3.4 で変更: このクラスは ssl.SSLContext.check_hostname と Server Name Indication でホスト名のチェ ... e called first with None . If the initial response check returns None , or if initial_response_ok is false, ... ジョン 3.4 で変更: The method now supports hostname check with SSLContext.check_hostname and Server Name Ind ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 7004
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e given hostname . The rules applied are those for checking the identity of HTTPS servers as outlined in RF ... ion to HTTPS, this function should be suitable for checking the identity of servers in various SSL-based pr ... 使いません。 バージョン 3.4 で追加. ssl. VERIFY_CRL_CHECK_LEAF ¶ SSLContext.verify_flags に渡せる値です。この ... るでしょう。 バージョン 3.4 で追加. ssl. VERIFY_CRL_CHECK_CHAIN ¶ SSLContext.verify_flags に渡せる値です。こ ...
https://man.plustar.jp/python/library/ssl.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7004
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... cProfile crypt (Unix) The crypt() function used to check Unix passwords. csv Write and read tabular data to ... s Build the scripts of a package distutils.command.check Check the metadata of a package distutils.command. ... s.dep_util Utility functions for simple dependency checking distutils.dir_util Utility functions for operat ... nment utilities. wsgiref.validate WSGI conformance checker. x xdrlib Encoders and decoders for the External ...
https://man.plustar.jp/python/py-modindex.html - [similar]
シーケンス型プロトコル (sequence protocol) — Python 3.6.5 ドキュメント 6753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ス型プロトコル (sequence protocol) ¶ int PySequence_Check ( PyObject *o ) ¶ Return 1 if the object provides ... す。 PySequence_GetItem() ですが、 o への PySequence_Check() が真になるかチェックせず、負のインデクスに対する ...
https://man.plustar.jp/python/c-api/sequence.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 6753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... output goes here ... /*[clinic end generated code: checksum=...]*/ Argument Clinic を同じファイルに対して2度 ... イン です。 最後の行 ( /*[clinic end generated code: checksum=...]*/ ) は チェックサムライン です。 スタートラ ... dule should be the same as the one seen by Python. Check the name defined in the PyModuleDef or PyTypeObjec ... module block: #include "clinic/_pickle.c.h" Double-check that the argument-parsing code Argument Clinic gen ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT