Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 139 for exception (0.101 sec.)
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 5659
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pickle モジュールでは 3 つの例外を定義しています: exception pickle. PickleError ¶ 他の pickle 化例外の共通基底 ... クラス。 Exception を継承しています。 exception pickle. PicklingError ... le 化、非 pickle 化できるもの を参照してください。 exception pickle. UnpicklingError ¶ データ破損やセキュリティ ...
https://man.plustar.jp/python/library/pickle.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 5659
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 例外を発生させます。 >>> mock = Mock ( side_effect = Exception ( 'Boom!' )) >>> mock () Traceback (most recent ca ... ll last): ... Exception : Boom! 26.6.1.8. side_effect の関数と iterable ¶ ... an be fiddlier than you might think, because if an exception is raised in the setUp then tearDown is not called ... sert not isinstance ( mymock (), Subclass ) [2] An exception to this rule are the non-callable mocks. Attribute ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
14.4. xdrlib --- XDR データのエンコードおよびデコード — Python 3.6.5 ドキュメン... 5659
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の例外はクラスインスタンスとしてコードされています: exception xdrlib. Error ¶ ベースとなる例外クラスです。 Error ... として msg を持ち、エラーの詳細が収められています。 exception xdrlib. ConversionError ¶ Error から派生したクラス ...
https://man.plustar.jp/python/library/xdrlib.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 5659
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ( self , type , value , tb ): if tb is None : # No exception, so commit self . commit () else : # Exception occ ... ry Forgeot d'Arc; bpo-2235 .) GeneratorExit 例外が Exception ではなく BaseException のサブクラスになっています。 ... except Exception: をする例外ハンドラが意図せず GeneratorExit 捕捉し ... t pkgutil >>> print pkgutil . get_data ( 'test' , 'exception_hierarchy.txt' ) BaseException +-- SystemExit +-- ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
19.7. binhex --- binhex4 形式ファイルのエンコードおよびデコード — Python 3.6.5 ... 5587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の中から復元されます。 以下の例外も定義されています: exception binhex. Error ¶ binhex 形式を使ってエンコードできな ...
https://man.plustar.jp/python/library/binhex.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 5587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sk if it starts with a zero field, with the single exception of an all-zero mask which is treated as a net mask ... アドレスオブジェクトのどちらかです。 21.28.6. Custom Exceptions ¶ クラスのコンストラクタがより具体的なエラー報告を ... るために、このモジュールでは以下の例外を定義します: exception ipaddress. AddressValueError ( ValueError ) ¶ Any ... value error related to the address. exception ipaddress. NetmaskValueError ( ValueError ) ¶ Any ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 5587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... got to a certain point in your code, even when no exceptions were raised. The stack frames are printed followi ... 。その他の引数は debug() と同じように解釈されます。 exception ( msg , *args , **kwargs ) ¶ レベル ERROR のメッセ ... ンドラから呼び出されます。モジュールレベル属性 raiseExceptions が False の場合、例外は暗黙のまま無視されます。ほ ... 外発生時に処理されていたレコードが入ります。 ( raiseExceptions のデフォルト値は True です。これは開発中はその方が ...
https://man.plustar.jp/python/library/logging.html - [similar]
35.12. nis --- Sun の NIS (Yellow Pages) へのインタフェース — Python 3.6.5 ドキ... 5587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... します。 nis モジュールは以下の例外を定義しています: exception nis. error ¶ NIS 関数がエラーコードを返した場合に送 ...
https://man.plustar.jp/python/library/nis.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 5587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 後者は前者のサブクラスなのでこの変更は後方互換です。 exception shutil. SameFileError ¶ copyfile() のコピー元と先が ... 'C:\\Python33\\python.EXE' バージョン 3.3 で追加. exception shutil. Error ¶ この例外は複数ファイルの操作を行っ ... 対しては例外の引数は3つのタプル( srcname , dstname , exception )からなるリストです。 11.10.1.1. copytree の例 ¶ 以 ...
https://man.plustar.jp/python/library/shutil.html - [similar]
32.8. tabnanny --- あいまいなインデントの検出 — Python 3.6.5 ドキュメント 5587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れた場合は、 -q オプションによって真に設定されます。 exception tabnanny. NannyNag ¶ あいまいなインデントを検出した ...
https://man.plustar.jp/python/library/tabnanny.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT