Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 139 for exception (0.054 sec.)
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 6531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... by the TestCase base class. If the test fails, an exception will be raised, and unittest will identify the tes ... t case as a failure . Any other exceptions will be treated as errors . テストは多くなり、それ ... が失敗しても、そのテストは失敗にカウントされません。 exception unittest. SkipTest ( reason ) ¶ この例外はテストを ... 最低 level で logger を使用する 3.4 assertRaises ( exception , callable , *args , **kwds ) ¶ assertRaises ( exc ...
https://man.plustar.jp/python/library/unittest.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6471
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ceback) を返します。 type は処理中の例外の型 ( BaseException のサブクラス)を示します。 value は例外インスタンス ... urn, but the return event is reported even when an exception has been set). The function is thread-specific, bu ... 'call' , 'return' , 'c_call' , 'c_return' , or 'c_exception' . arg depends on the event type. event には以下の ... be returned, or None if the event is caused by an exception being raised. 'c_call' C 関数(拡張関数かビルトイン ...
https://man.plustar.jp/python/library/sys.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ curses モジュールでは以下の例外を定義しています: exception curses. error ¶ curses ライブラリ関数がエラーを返し ... turn the previous cursor state; otherwise raise an exception. On many terminals, the "visible" mode is an under ... er blocking for tenths tenths of seconds, raise an exception if nothing has been typed. The value of tenths mus ... es-using application. If the application raises an exception, this function will restore the terminal to a sane ...
https://man.plustar.jp/python/library/curses.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... <stdin>" , line 2 , in gen StopIteration The above exception was the direct cause of the following exception: T ... 。 (Contributed by Yury Selivanov.) 新しい loop.get_exception_handler() メソッドで、現在の例外ハンドラが取得でき ... tion.getresponse() now raises a RemoteDisconnected exception when a remote server connection is closed unexpect ... .) logging ¶ All logging methods ( Logger log() , exception() , critical() , debug() , etc.), now accept excep ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 6328
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... い方をカスタマイズできます。 AbstractEventLoop. set_exception_handler ( handler ) ¶ handler を新しいイベントルー ... オブジェクトです (コンテキストの詳細については call_exception_handler() ドキュメントを参照してください)。 Abstra ... ctEventLoop. get_exception_handler ( ) ¶ 例外ハンドラを返します。デフォルトの ... バージョン 3.5.2 で追加. AbstractEventLoop. default_exception_handler ( context ) ¶ デフォルトの例外ハンドラーで ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
12.5. dbm --- Unix "データベース" へのインタフェース — Python 3.6.5 ドキュメン... 6328
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... に対する サードパーティのインタフェース があります。 exception dbm. error ¶ サポートされているモジュールそれぞれに ... # Storing a non-string key or value will raise an exception (most # likely a TypeError). db [ 'www.yahoo.com' ... ) 及び values() メソッドはサポートされていません。 exception dbm.gnu. error ¶ I/O エラーのような dbm.gnu 特有の ... スクリプトで適切なヘッダファイルが割り当られます。 exception dbm.ndbm. error ¶ I/O エラーのような dbm.ndbm 特有 ...
https://man.plustar.jp/python/library/dbm.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 6268
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 'sharedance', 'skycache', 'sound', 'tmp', 'ucarp'] exception ftplib. error_reply ¶ サーバから想定外の応答があっ ... たときに送出される例外。 exception ftplib. error_temp ¶ 一時的エラーを表すエラーコード ... 9の範囲の応答コード)を受け取った時に発生する例外。 exception ftplib. error_perm ¶ 永久エラーを表すエラーコード( ... 9の範囲の応答コード)を受け取った時に発生する例外。 exception ftplib. error_proto ¶ File Transfer Protocol の応答 ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
文字列の変換と書式化 — Python 3.6.5 ドキュメント 6196
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... const char *s , char **endptr , PyObject *overflow_exception ) ¶ 文字列 s を double に変換します。失敗したときは ... は多くのプラットフォームで表現できません) overflow_exception が NULL なら Py_HUGE_VAL に適切な符号を付けて返しま ... す。他の場合は overflow_exception は Python の例外オブジェクトへのポインタでなければ ...
https://man.plustar.jp/python/c-api/conversion.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 6196
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... CallSomeFunction (); /* evaluate result or handle exception */ /* Release the thread. No Python API allowed be ... オブジェクトで、 what は定数 PyTrace_CALL , PyTrace_EXCEPTION , PyTrace_LINE , PyTrace_RETURN , PyTrace_C_CALL , ... PyTrace_C_EXCEPTION , あるいは PyTrace_C_RETURN のいずれかで、 arg は ... 値 arg の意味 PyTrace_CALL Always Py_None . PyTrace_EXCEPTION sys.exc_info() の返す例外情報です。 PyTrace_LINE A ...
https://man.plustar.jp/python/c-api/init.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 6196
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... alue , * err_traceback ; /* This saves the current exception state */ PyErr_Fetch ( & err_type , & err_value , ... Py_DECREF ( cbresult ); /* This restores the saved exception state */ PyErr_Restore ( err_type , err_value , er ... rence. In the case of an error, they should set an exception and return NULL . tp_iter corresponds to the Pytho ... nd, tp_iternext may return NULL without setting an exception, or it may set StopIteration in addition to return ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT