Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 139 for exception (0.122 sec.)
29.14. fpectl --- 浮動小数点例外の制御 — Python 3.6.5 ドキュメント 5456
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ 浮動小数点例外のデフォルトの処理に再設定します。 exception fpectl. FloatingPointError ¶ turnon_sigfpe() が実行 ...
https://man.plustar.jp/python/library/fpectl.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 5456
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... bject ): mysocket . write ( chunk ) 19.2.3. 例外 ¶ exception json. JSONDecodeError ( msg , doc , pos ) ¶ ValueE ... 、出力します: >>> # Neither of these calls raises an exception, but the results are not valid JSON >>> json . dum ...
https://man.plustar.jp/python/library/json.html - [similar]
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 5456
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... le モジュールでは以下の例外と関数を定義しています: exception locale. Error ¶ setlocale() に渡されたロケールが認 ... functions, and should use gettext instead. A known exception to this rule are applications that link with addit ...
https://man.plustar.jp/python/library/locale.html - [similar]
12.4. marshal --- 内部使用向けの Python オブジェクト整列化 — Python 3.6.5 ドキ... 5456
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... value must be a supported type. Raise a ValueError exception if value has (or contains an object that has) an u ...
https://man.plustar.jp/python/library/marshal.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 5456
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... False >>> p . exitcode == - signal . SIGTERM True exception multiprocessing. ProcessError ¶ すべての multiproc ... essing 例外の基底クラスです。 exception multiprocessing. BufferTooShort ¶ この例外は Conne ... ] はそのメッセージをバイト文字列で与えるものです。 exception multiprocessing. AuthenticationError ¶ 認証エラーが ... あった場合に送出されます。 exception multiprocessing. TimeoutError ¶ タイムアウトをサポ ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
32.10. py_compile --- Python ソースファイルのコンパイル — Python 3.6.5 ドキュメ... 5456
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... がないユーザがいるときには、この関数は役に立ちます。 exception py_compile. PyCompileError ¶ ファイルをコンパイル中 ...
https://man.plustar.jp/python/library/py_compile.html - [similar]
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 5456
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は、例外を一つと型オブジェクトを一つ提供しています: exception xml.parsers.expat. ExpatError ¶ Expat がエラーを報 ... 詳細な情報は、 ExpatError 例外 を参照してください。 exception xml.parsers.expat. error ¶ ExpatError の別名です。 ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
31.1. zipimport --- Zip アーカイブからモジュールを import する — Python 3.6.5 ... 5456
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... です。 このモジュールでは例外を一つ定義しています: exception zipimport. ZipImportError ¶ zipimporter オブジェク ...
https://man.plustar.jp/python/library/zipimport.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 5456
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... atement or falls off the end, a StopAsyncIteration exception is raised and the asynchronous iterator will have ... or . A common cause of reference cycles is when an exception has been caught in a local variable. The frame's l ... ocals then reference the exception, which references its own traceback, which referen ... stances under which __del__() methods are invoked, exceptions that occur during their execution are ignored, an ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 5456
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... scii.Error : Non-hexadecimal digit found The above exception was the direct cause of the following exception: T ... r' does not support the buffer interface The above exception was the direct cause of the following exception: T ... ngeset 84047:ed498f477549 参照。---) smtplib ¶ SMTPException が OSError のサブクラスになりました。これによって、 ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT