Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 131 - 139 of about 139 for exception (0.148 sec.)
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... アが broken な状態である場合に True となるブール値。 exception threading. BrokenBarrierError ¶ Barrier オブジェク ...
https://man.plustar.jp/python/library/threading.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 tkinter. READABLE ¶ tkinter. WRITABLE ¶ tkinter. EXCEPTION ¶ mask 引数で使う定数です。 関連キーワード: self , ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ble [[ int ], None ], on_error : Callable [[ int , Exception ], None ]) -> None : # Body 型ヒントの実引数の型を ...
https://man.plustar.jp/python/library/typing.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... icError', 'AssertionError', 'AttributeError', 'BaseException', 'BlockingIOError', 'BrokenPipeError', 'BufferErr ... ing', 'EOFError', 'Ellipsis', 'EnvironmentError', 'Exception', 'False', 'FileExistsError', 'FileNotFoundError', ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 5181
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dt ): if dt is None or dt . tzinfo is None : # An exception may be sensible here, in one or both cases. # It d ...
https://man.plustar.jp/python/library/datetime.html - [similar]
9.4. decimal --- 十進固定及び浮動小数点数の算術演算 — Python 3.6.5 ドキュメント 5181
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... に合わせて指数部を減らします。 class decimal. DecimalException ¶ 他のシグナルの基底クラスで、 ArithmeticError のサ ... ルの階層構造をまとめると、以下の表のようになります: exceptions . ArithmeticError ( exceptions . Exception ) Deci ... malException Clamped DivisionByZero ( DecimalException , except ... peration Rounded Subnormal FloatOperation ( DecimalException , exceptions . TypeError ) 9.4.7. 浮動小数点数に関 ...
https://man.plustar.jp/python/library/decimal.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 5181
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ウンロードされたデータを取得することは可能で、これは exception インスタンスの content 属性に保存されています。 Co ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 5181
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... rek Ziadé; bpo-8688 .) doctest モジュールの IGNORE_EXCEPTION_DETAIL フラグが、テストされている例外を含むモジュー ... た。(Added by Jeffrey Yasskin.) 新しい関数: PyErr_NewExceptionWithDoc() は、既存の PyErr_NewException() と同じよう ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 5181
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... print_error (): print ( e ) try : something except Exception as e : print_error () # implicit "del e" here ( bp ... 使うようになりました。以前はこの場合は logging.raiseExceptions 属性の設定に従って、例外が発生するか黙って捨てられ ... ない 」を返すようになりました。 新しい関数 PyErr_NewExceptionWithDoc() は PyErr_NewException() と似ていますが、ド ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 NEXT