Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 95 for check (0.051 sec.)
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 6753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... バージョン 3.4 で変更: このクラスは ssl.SSLContext.check_hostname と Server Name Indication でホスト名のチェ ... thod, therefore, converts rest to a string, but no check is performed on the string's contents. If the serv ... バージョン 3.4 で変更: このメソッドは ssl.SSLContext.check_hostname と Server Name Indication でホスト名のチェ ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
None オブジェクト — Python 3.6.5 ドキュメント 6635
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... を使うだけで十分だからです。同じ理由から、 PyNone_Check() 関数はありません。 PyObject * Py_None ¶ Python に ...
https://man.plustar.jp/python/c-api/none.html - [similar]
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 6635
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 最初にそれが NULL でないことを確かめた上で、 PyBytes_Check() 、 PyTuple_Check() 、 PyList_Check() などを使いま ...
https://man.plustar.jp/python/faq/extending.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6635
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... バージョン 3.4 で変更: このクラスは ssl.SSLContext.check_hostname と Server Name Indication でホスト名のチェ ... to utf-8 instead of being limited to ASCII. IMAP4. check ( ) ¶ サーバ上のメールボックスにチェックポイントを ... バージョン 3.4 で変更: このメソッドは ssl.SSLContext.check_hostname と Server Name Indication でホスト名のチェ ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 6635
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : return [ scalar * num for num in vector ] # typechecks; a list of floats qualifies as a Vector. new_vect ... : List [ Server ]) -> None : ... # The static type checker will treat the previous type signature as # bein ... _user_name ( user_id : UserId ) -> str : ... # typechecks user_a = get_user_name ( UserId ( 42351 )) # does ... not typecheck; an int is not a UserId user_b = get_user_name ( - ...
https://man.plustar.jp/python/library/typing.html - [similar]
変更履歴 — Python 3.6.5 ドキュメント 6635
Filter entries by content:', ' ', ' ' ].join('\n')); function dofilter() { try { var query = new ... i').each(function(index3, li) { var li = $(li); // check if the query matches the entry if (query.test(li.t ...
https://man.plustar.jp/python/whatsnew/changelog.html - [similar]
Boolean オブジェクト — Python 3.6.5 ドキュメント 6503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 。とはいえ、以下のマクロが利用できます。 int PyBool_Check ( PyObject *o ) ¶ o が PyBool_Type の場合に真を返し ...
https://man.plustar.jp/python/c-api/bool.html - [similar]
コードオブジェクト — Python 3.6.5 ドキュメント 6503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 現する PyTypeObject のインスタンスです。 int PyCode_Check ( PyObject *co ) ¶ co が code オブジェクトのときに ...
https://man.plustar.jp/python/c-api/code.html - [similar]
ジェネレータオブジェクト — Python 3.6.5 ドキュメント 6503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... オブジェクトに対応する型オブジェクトです。 int PyGen_Check ( PyObject *ob ) ¶ ob がジェネレータオブジェクトの ... します。 ob が NULL であってはなりません。 int PyGen_CheckExact ( PyObject *ob ) ¶ ob の型が PyGen_Type のとき ...
https://man.plustar.jp/python/c-api/gen.html - [similar]
イテレータプロトコル (iterator protocol) — Python 3.6.5 ドキュメント 6503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... タを扱うための固有の関数は二つあります。 int PyIter_Check ( PyObject *o ) ¶ o がイテレータプロトコルをサポー ...
https://man.plustar.jp/python/c-api/iter.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT