Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 95 for check (0.108 sec.)
What's New In Python 3.4 — Python 3.6.5 ドキュメント 5885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... コントロールします。定数 VERIFY_DEFAULT , VERIFY_CRL_CHECK_LEAF , VERIFY_CRL_CHECK_CHAIN , VERIFY_X509_STRICT ... ted by Antoine Pitrou in bpo-17804 .) subprocess ¶ check_output() が input 引数を受け付けるようになりました ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 込まれたシステムコールを表しているとき、これは PyErr_CheckSignals() を呼び出し、それがエラーインジケータを設定 ... ジョン 3.3 で追加. シグナルハンドリング ¶ int PyErr_CheckSignals ( ) ¶ この関数はPythonのシグナル処理とやりと ... ルが到達した影響をシミュレートします --- 次に PyErr_CheckSignals() が呼ばれるとき、 KeyboardInterrupt は送出 ... しをしようとしているところに印を付けます。 USE_STACKCHECK が定義されている場合、 OS のスタックがオーバーフロ ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nt context list ( d ) # All nested values k in d # Check all nested values len ( d ) # Number of nested val ...
https://man.plustar.jp/python/library/collections.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... names of enclosing packages. The file extension is checked against all of the entries in importlib.machiner ... quence of Parameter objects, which is validated to check that there are no parameters with duplicate names, ... attr() can trigger code execution when fetching or checking for the existence of attributes. Descriptors, l ...
https://man.plustar.jp/python/library/inspect.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... o return 0 instead. バージョン 3.4 で追加. sys. getcheckinterval ( ) ¶ インタプリタの "チェックインターバル ... (check interval)" を返します; setcheckinterval() を参照し ... 化するプロンプトを実装する場合に利用します。 sys. setcheckinterval ( interval ) ¶ インタプリタの "チェック間隔 ...
https://man.plustar.jp/python/library/sys.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Python; it is maintained at ActiveState.) You can check that tkinter is properly installed on your system ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ly going to be used once there is an easier way of checking arguments at the point they are called. You can ... simply do the checking inside a side_effect function. >>> def side_eff ... this object then we can create a matcher that will check these attributes for us. You can see in this examp ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ll requests to the original application , and will check that both the application and the server invoking ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... estzip ( ) ¶ Read all the files in the archive and check their CRC's and file headers. Return the name of t ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... S の公共利用で推奨されるものです。(---訳注: これは check_hostname パラメータのことを指していますが、3.4.3 で ... ヘッドを削減することでした。スレッド切り替えを許す "check interval" の考え方は捨て去られ、秒で表された絶対的 ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT