Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 95 of about 95 for check (0.039 sec.)
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 5634
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ルパ機能もしくは診断機能のためです。 int PyGILState_Check ( ) ¶ 現在のスレッドが GILを保持しているならば 1 を ...
https://man.plustar.jp/python/c-api/init.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 5634
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... るチェックやアクセスを高速に行います: int PyUnicode_Check ( PyObject *o ) ¶ o が Unicode 文字列型か Unicode ... のサブタイプであるときに真を返します。 int PyUnicode_CheckExact ( PyObject *o ) ¶ o が Unicode 文字列型で、か ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 5634
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... can't bear wall-time ambiguities should explicitly check the value of the fold attribute or avoid using hyb ...
https://man.plustar.jp/python/library/datetime.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 5634
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sertEqual ( s . split (), [ 'hello' , 'world' ]) # check that s.split fails when the separator is not a str ...
https://man.plustar.jp/python/library/unittest.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 5634
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ed. The warning will not be printed by default. To check for use of features that will be deprecated in the ... のリミット値を元の小さな値に戻すのは簡単で、 sys.setcheckinterval(N) を使います。設定されているリミット値は新 ... 規関数 sys.getcheckinterval() で取得できます。 マイナーですが広範囲に渡 ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT