Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 110 for ValueError (0.170 sec.)
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 5803
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トを比較して、無効な文字列が指定された場合には OptionValueError を送出します。 36.1.3.7. 引数を解析する ¶ OptionPa ... ser オブジェクトのどのオプションにも属さない場合、 ValueError を送出します。 36.1.3.9. オプション間の衝突 ¶ 注意 ... 送出する ¶ The callback function should raise OptionValueError if there are any problems with the option or its a ... e , parser ): if parser . values . b : raise OptionValueError ( "can't use -a after -b" ) parser . values . a = ...
https://man.plustar.jp/python/library/optparse.html - [similar]
17.7. queue --- 同期キュークラス — Python 3.6.5 ドキュメント 5803
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 帰します。 キューにある要素より多く呼び出された場合 ValueError が発生します。 Queue. join ( ) ¶ キューにあるすべて ...
https://man.plustar.jp/python/library/queue.html - [similar]
12.3. shelve --- Python オブジェクトの永続化 — Python 3.6.5 ドキュメント 5803
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... じます。既に閉じられているシェルフに対して呼び出すと ValueError を出し失敗します。 参考 通常の辞書に近い速度をもち ...
https://man.plustar.jp/python/library/shelve.html - [similar]
14.4. xdrlib --- XDR データのエンコードおよびデコード — Python 3.6.5 ドキュメン... 5803
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れません が、 len(array) が n と等しくない場合、例外 ValueError が送出されます。上と同様に、 pack_item は個々の要素 ...
https://man.plustar.jp/python/library/xdrlib.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5803
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ption クラスと全ての標準組み込み例外 ( NameError , ValueError , など) が今では新スタイルクラスです。 例外の継承階 ... ing iteration and these methods will now trigger a ValueError from the read*() method. (Implemented by Thomas Wo ... ソッドが追加されています。 value が見つからなければ ValueError が送出されます。 (Contributed by Raymond Hettinger ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
27.1. bdb --- デバッガーフレームワーク — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... されたブレークポイントが存在しないか削除された場合、 ValueError が上げられます。 バージョン 3.2 で追加. get_break ...
https://man.plustar.jp/python/library/bdb.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ロセッサの数になります。 max_workers が 0 以下の場合 ValueError が送出されます。 バージョン 3.3 で変更: ワーカプロ ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the standard policies do), this method may raise a ValueError when an attempt is made to assign a value to such ...
https://man.plustar.jp/python/library/email.message.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... meters are mutually exclusive with ssl_context , a ValueError is raised if keyfile / certfile is provided along ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
36.2. imp --- import 内部へのアクセス — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... りませんが、 PEP 3147 フォーマットに一致しない場合は ValueError が送出されます。 sys.implementation.cache_tag が定 ...
https://man.plustar.jp/python/library/imp.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT