Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 110 for ValueError (0.066 sec.)
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ompatible with 'filename' - if both are present, a ValueError is raised. handlers If specified, this should be a ... th 'filename' or 'stream' - if both are present, a ValueError is raised. バージョン 3.2 で変更: The style argume ...
https://man.plustar.jp/python/library/logging.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... して strerror() が NULL を返すプラットフォームでは、 ValueError が送出されます。 os. supports_bytes_environ ¶ 環境 ... してもかまいません。 name が不明の文字列である場合、 ValueError を送出します。 name の特定の値がホストシステムでサ ... してもかまいません。 name が不明の文字列である場合、 ValueError を送出します。 name の特定の値がホストシステムでサ ...
https://man.plustar.jp/python/library/os.html - [similar]
11.2. os.path --- 共通のパス名操作 — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 対パス名の両方が含まれているか、 paths が空の場合、 ValueError を送出します。 commonprefix() とは異なり、有効なパ ...
https://man.plustar.jp/python/library/os.path.html - [similar]
9.6. random --- 擬似乱数を生成する — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 サンプルの大きさが母集団の大きさより大きい場合 ValueError が送出されます。 9.6.4. 実数分布 ¶ 以下の関数は特定 ...
https://man.plustar.jp/python/library/random.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ん。これは望ましい動作ではないため、Python 3.5 から ValueError が送出されます: >>> re . split ( "^$" , "foo \n\n ... l last): File "<stdin>" , line 1 , in <module> ... ValueError : split() requires a non-empty pattern match. バー ...
https://man.plustar.jp/python/library/re.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... contains more than one set of Resent-* headers, a ValueError is raised, since there is no way to unambiguously ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
9.7. statistics --- 数理統計関数 — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ion statistics. StatisticsError ¶ 統計関係の例外。 ValueError の派生クラス。 関連キーワード: data , データ , med ...
https://man.plustar.jp/python/library/statistics.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... えば以下のようになります: self . assertRaisesRegex ( ValueError , "invalid literal for.*XYZ'$" , int , 'XYZ' ) もし ... くは: with self . assertRaisesRegex ( ValueError , 'literal' ): int ( 'XYZ' ) バージョン 3.1 で追加 ...
https://man.plustar.jp/python/library/unittest.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れる代わりに例外が発生します: >>> iterable = ( 33 , ValueError , 66 ) >>> m = MagicMock ( side_effect = iterable ... 33 >>> m () Traceback (most recent call last): ... ValueError >>> m () 66 26.5.2.2. 属性の削除 ¶ モックオブジェク ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... メソッドの呼び出しは、ジェネレータが既に実行中の場合 ValueError 例外を送出する点に注意してください。 generator. __ ... complex number) になります。 (以前のバージョンでは ValueError を送出していました) 6.6. 単項算術演算とビット単位演 ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT