Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 95 for check (0.069 sec.)
数値型プロトコル (number protocol) — Python 3.6.5 ドキュメント 6503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 数値型プロトコル (number protocol) ¶ int PyNumber_Check ( PyObject *o ) ¶ オブジェクト o が数値型プロトコル ... 場合は PY_SSIZE_T_MAX へと制限されます。 int PyIndex_Check ( PyObject *o ) ¶ o がインデックス整数である場合 ( ...
https://man.plustar.jp/python/c-api/number.html - [similar]
21.14. poplib --- POP3 プロトコルクライアント — Python 3.6.5 ドキュメント 6503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... バージョン 3.4 で変更: このクラスは ssl.SSLContext.check_hostname と Server Name Indication でホスト名のチェ ... を参照してください。 このメソッドは ssl.SSLContext.check_hostname と Server Name Indication でホスト名のチェ ...
https://man.plustar.jp/python/library/poplib.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... cent Michel.) New Transport.is_closing() method to check if the transport is closing or closed. (Contribute ... ib ¶ The new Path.samefile() method can be used to check whether the path points to the same file as anothe ... ) >>> subprocess . run ( "exit 1" , shell = True , check = True ) Traceback (most recent call last): ... su ... 7 .) A new is_finalizing() function can be used to check if the Python interpreter is shutting down . (Cont ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
bytearray オブジェクト — Python 3.6.5 ドキュメント 6385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ブジェクトです。 型チェックマクロ ¶ int PyByteArray_Check ( PyObject *o ) ¶ o が bytearray かそのサブタイプの ... ンスタンスだった場合に真を返します。 int PyByteArray_CheckExact ( PyObject *o ) ¶ o が bytearray オブジェクト ...
https://man.plustar.jp/python/c-api/bytearray.html - [similar]
セルオブジェクト (cell object) — Python 3.6.5 ドキュメント 6385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ブジェクトに対応する型オブジェクトです。 int PyCell_Check ( ob ) ¶ ob がセルオブジェクトの場合に真を返します ...
https://man.plustar.jp/python/c-api/cell.html - [similar]
浮動小数点型オブジェクト (floating point object) — Python 3.6.5 ドキュメント 6385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... における float と同じオブジェクトです。 int PyFloat_Check ( PyObject *p ) ¶ 引数が PyFloatObject か PyFloatO ... ect のサブタイプのときに真を返します。 int PyFloat_CheckExact ( PyObject *p ) ¶ 引数が PyFloatObject 型で、 ...
https://man.plustar.jp/python/c-api/float.html - [similar]
はじめに — Python 3.6.5 ドキュメント 6385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ェクトがその型かどうか調べられます; 例えば、 PyList_Check(a) は、 a で示されたオブジェクトが Python リスト型 ... tItem ( list , i ); /* Can't fail */ if ( ! PyLong_Check ( item )) continue ; /* Skip non-integers */ value ... /* Not a sequence, or other failure */ if ( PyLong_Check ( item )) { value = PyLong_AsLong ( item ); Py_DEC ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
マップ型プロトコル (mapping protocol) — Python 3.6.5 ドキュメント 6385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ップ型プロトコル (mapping protocol) ¶ int PyMapping_Check ( PyObject *o ) ¶ Return 1 if the object provides ...
https://man.plustar.jp/python/c-api/mapping.html - [similar]
memoryview オブジェクト — Python 3.6.5 ドキュメント 6385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... bytes オブジェクトを参照します。 int PyMemoryView_Check ( PyObject *obj ) ¶ obj が memoryview オブジェクト ...
https://man.plustar.jp/python/c-api/memoryview.html - [similar]
スライスオブジェクト (slice object) — Python 3.6.5 ドキュメント 6385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... における slice と同じオブジェクトです。 int PySlice_Check ( PyObject *ob ) ¶ ob がスライスオブジェクトの場合 ...
https://man.plustar.jp/python/c-api/slice.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT