Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 36 for RuntimeError (0.058 sec.)
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 7591
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ource ): msg = "Failed validation for {!r} " raise RuntimeError ( msg . format ( resource )) return resource def _ ... .. pass ... Traceback (most recent call last): ... RuntimeError : generator didn't yield 29.6.3.1. Reentrant conte ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 7591
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n 2.3 ではスタックオーバーフローのチェックを試みて RuntimeError を投げようとしましたが、ある種のパターンではチェッ ... hon ではこれを黙って受け容れていましたが、2.4 では RuntimeError を投げます。 socket モジュールに 2 つ新しい関数が追 ... ます。 signals.signal() 関数は、ある種の不正な値では RuntimeError を投げるようになっています。以前はこれらエラーは黙 ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7591
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... generate a DeprecationWarning , and will trigger a RuntimeError in Python 3.7. See PEP 479: ジェネレータ内の StopI ... nrecognized compression values. Previously a plain RuntimeError was raised. Additionally, calling ZipFile methods ... h mode 'r' will raise a ValueError . Previously, a RuntimeError was raised in those scenarios. when custom metacla ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
8.7. array --- 効率のよい数値アレイ — Python 3.6.5 ドキュメント 7417
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トの値のみをサポートしています。他の種類の値に使うと RuntimeError を送出します。異なるバイトオーダを使うマシンで書か ...
https://man.plustar.jp/python/library/array.html - [similar]
18.5.2. イベントループ — Python 3.6.5 ドキュメント 7417
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s one when called from the main thread, but raises RuntimeError otherwise. 18.5.2.6. グローバルループポリシーへのア ...
https://man.plustar.jp/python/library/asyncio-eventloops.html - [similar]
11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理をサポートする... 7417
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... な状態を利用します。アクティブな状態が無い場合には、 RuntimeError が発生します。 fileinput. filename ( ) ¶ 現在読み込 ...
https://man.plustar.jp/python/library/fileinput.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7417
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 送出されたときは、ジェネレータのフレームを抜ける前に RuntimeError に置き換えられます。 この変更の一番の目的は、保護さ ... call last): File "<stdin>" , line 1 , in <module> RuntimeError : generator raised StopIteration __future__ をイン ... では静かでない非推奨の警告となり、Python 3.7 では RuntimeError を起こします。 詳細は PEP 479: Change StopIteratio ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 7227
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... トを返します。 getopt() がまだ呼ばれていない場合には RuntimeError を起こします。 FancyGetopt. generate_help ( [ head ... たはその両方をとって作成されます。両方が None の場合 RuntimeError が起きます。 filename は文字列、 file はファイルオ ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 7227
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Error サーバーが STARTTLS 拡張に対応していません。 RuntimeError 実行中の Python インタプリタで、SSL/TLS サポートが ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 7227
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... スバックを保存する場合)。 フレームが現在実行中の場合 RuntimeError が送出されます。 バージョン 3.4 で追加. トレースバ ... 5.2 で変更: コルーチンで2回以上待機 (await) すると RuntimeError となります。 coroutine. send ( value ) ¶ コルーチン ... では、 __aiter__ から待機可能オブジェクトを返すと RuntimeError が送出されます。 3.4.4. 非同期コンテクストマネージ ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
PREV 1 2 3 4 NEXT