Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 95 for check (0.071 sec.)
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ase [ , timeout , detect_types , isolation_level , check_same_thread , factory , cached_statements , uri ] ... み合わせをこのパラメータにセットします。 By default, check_same_thread is True and only the creating thread m ... ty of the database is affected, e.g. a foreign key check fails. It is a subclass of DatabaseError . excepti ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
リストオブジェクト — Python 3.6.5 ドキュメント 6135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ヤにおける list と同じオブジェクトです。 int PyList_Check ( PyObject *p ) ¶ p がリストオブジェクトか、リスト ... のインスタンスである場合に真を返します。 int PyList_CheckExact ( PyObject *p ) ¶ p がリスト型オブジェクトであ ...
https://man.plustar.jp/python/c-api/list.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 6135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ヤにおける type と同じオブジェクトです。 int PyType_Check ( PyObject *o ) ¶ オブジェクト o が型オブジェクトの ... 含みます。その他の場合には偽を返します。 int PyType_CheckExact ( PyObject *o ) ¶ オブジェクト o が型オブジェ ... サブクラスをチェックするだけです。つまり、 __subclasscheck__() は b に対し呼ばれません。 issubclass() と同じチ ...
https://man.plustar.jp/python/c-api/type.html - [similar]
Python モジュールの配布 (レガシーバージョン) — Python 3.6.5 ドキュメント 6135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... n Package Indexに登録する 10.46. distutils.command.check --- パッケージのメタデータをチェックする 関連キーワ ...
https://man.plustar.jp/python/distutils/index.html - [similar]
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 6135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... install tox ) Consider using optional static type checking to make sure your type usage works in both Pyth ... on 2 & 3 (e.g. use mypy to check your typing under both Python 2 & Python 3). 詳細 ... that doesn't work then you should make the version check be against Python 2 and not Python 3. To help expl ... られるでしょう。 Consider using optional static type checking ¶ Another way to help port your code is to use ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
16.12. curses.ascii --- ASCII 文字に関するユーティリティ — Python 3.6.5 ドキュ... 6135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... -in function ord() . Note that all these functions check ordinal bit values derived from the character of t ...
https://man.plustar.jp/python/library/curses.ascii.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 6135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... _ ). If none of the above match, repeat all of the checks above for each of the types in the MRO ( typ.__mr ... o__ ). Finally, if no other key yields a handler, check for a handler for the key None . If there is no ha ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 6135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... uest. HTTPSHandler ( debuglevel=0 , context=None , check_hostname=None ) ¶ HTTPS で URL を開きます。 contex ... t および check_hostname は http.client.HTTPSConnection のものと同 ... じ意味です。 バージョン 3.2 で変更: context および check_hostname が追加されました。 class urllib.request. ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
バイトオブジェクト — Python 3.6.5 ドキュメント 6003
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レイヤの bytes と同じオブジェクトです。 int PyBytes_Check ( PyObject *o ) ¶ オブジェクト o がバイトオブジェク ... のインスタンスである場合に真を返します。 int PyBytes_CheckExact ( PyObject *o ) ¶ オブジェクト o がバイトオブ ...
https://man.plustar.jp/python/c-api/bytes.html - [similar]
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 6003
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ヤにおける dict と同じオブジェクトです。 int PyDict_Check ( PyObject *p ) ¶ 引数が辞書オブジェクトか辞書型の ... イプのインスタンスの場合に真を返します。 int PyDict_CheckExact ( PyObject *p ) ¶ p が辞書オブジェクトであり、 ...
https://man.plustar.jp/python/c-api/dict.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT