Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 139 for exception (0.143 sec.)
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 5313
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... == '__main__' : rc = 1 try : main () rc = 0 except Exception as e : print ( 'Error: %s ' % e , file = sys . std ...
https://man.plustar.jp/python/library/venv.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 5313
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クトがプロキシかどうかのテストをより簡単にできます。 exception weakref. ReferenceError ¶ プロキシオブジェクトが使 ...
https://man.plustar.jp/python/library/weakref.html - [similar]
4. 実行モデル — Python 3.6.5 ドキュメント 5313
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 明示的に例外を送出することもできます。例外ハンドラ (exception handler) は、 try ... except 文で指定することができ ...
https://man.plustar.jp/python/reference/executionmodel.html - [similar]
はじめに — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... に明示的にドキュメント化されます。 例外時の状態情報 (exception state)は、スレッド単位に用意された記憶領域 (per-th ... NULL ) { /* Handle KeyError only: */ if ( ! PyErr_ExceptionMatches ( PyExc_KeyError )) goto error ; /* Clear t ... ますね! この例では、特定の例外を処理するために PyErr_ExceptionMatches() および PyErr_Clear() をどう使うかを示して ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... ords, the parsing function generated will throw an exception if it receives any.) Clinic 出力の変更とリダイレク ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
14.1. csv --- CSV ファイルの読み書き — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 csv モジュールでは以下の例外を定義しています: exception csv. Error ¶ 全ての関数において、エラーが検出された ...
https://man.plustar.jp/python/library/csv.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ): File "<stdin>" , line 1 , in <module> OSError : exception: access violation reading 0x00000020 >>> しかしそれ ... , line 1 , in <module> ArgumentError : argument 2: exceptions.TypeError: Don't know how to convert parameter 2 ... , line 1 , in <module> ArgumentError : argument 2: exceptions.TypeError: wrong type >>> printf ( b " %s %d %f \ ... , line 1 , in <module> ArgumentError : argument 2: exceptions.TypeError: one character string expected >>> prin ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... します。 このモジュールは以下の例外を定義しています: exception http.cookiejar. LoadError ¶ この例外は FileCookieJ ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... まれます。 例外情報が存在する場合、 traceback.print_exception() を使って書式化され、 ストリームの末尾につけられま ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 用が推奨されます。 このモジュールは以下を定義します: exception select. error ¶ OSError の非推奨のエイリアスです。 ... st : 書き込み可能になるまで待機 xlist : "例外状態 (exceptional condition)" になるまで待機 ("例外状態" については ...
https://man.plustar.jp/python/library/select.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 NEXT