Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 205 for 送出 (0.454 sec.)
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 4544
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 何らかの非準拠が検出されると、 AssertionError 例外が送出されます; しかし、このエラーがどう扱われるかはサーバ ... アプリケーションです。これはクライアントにヘッダが送出される前にエラーが発生した場合にのみ呼び出されます。 ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
Python チュートリアル — Python 3.6.5 ドキュメント 4544
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 構文エラー 8.2. 例外 8.3. 例外を処理する 8.4. 例外を送出する 8.5. ユーザー定義例外 8.6. クリーンアップ動作を ...
https://man.plustar.jp/python/tutorial/index.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 4544
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 。それでも Py_NotImplemented を返すなら TypeError が送出されます。Python で書かれた数値メソッドも Py_NotImpl ... エラーがエラーとなったファイル名と行番号を含む例外を送出できるようになり、またこれによりコンパイラの再編成と ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 4480
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... オブジェクトのハッシュ値を取ろうとすると TypeError が送出されます。 このフィールドは tp_richcompare と共にサブ ... 確認します。 合致しない場合は、 PyExc_BufferError を送出し、 view->obj に NULL を設定し -1 を返します。 要求 ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
5. ビルド済み配布物を作成する — Python 3.6.5 ドキュメント 4480
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... 該当するフォルダを取得できなかった場合、 OSError が送出されます。 どの種類のフォルダを取得できるかは、特定の ...
https://man.plustar.jp/python/distutils/builtdist.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 4480
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 問題がある場合、 IndentationError または TabError を送出します。 tabnanny モジュールを実行することで、ディレ ...
https://man.plustar.jp/python/faq/windows.html - [similar]
Logging HOWTO — Python 3.6.5 ドキュメント 4480
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... 特定のランタイムイベントに関わるエラーの報告 例外の送出 例外の送出をしないエラーの抑制 (例えば、長期のサー ...
https://man.plustar.jp/python/howto/logging.html - [similar]
18.5.6. サブプロセス — Python 3.6.5 ドキュメント 4480
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... BrokenPipeError または ConnectionResetError 例外が送出された場合、例外は無視されます。これは全データが標準 ...
https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]
22.1. audioop --- 生の音声データを操作する — Python 3.6.5 ドキュメント 4480
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... りのバイト数を指定した時など、全般的なエラーに対して送出されます。 audioop. add ( fragment1 , fragment2 , wi ...
https://man.plustar.jp/python/library/audioop.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 4480
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . error ¶ curses ライブラリ関数がエラーを返した際に送出される例外です。 注釈 関数やメソッドにおけるオプショ ... ィンドウ上の有効な行でない場合、 curses.error 例外を送出します。 window. is_wintouched ( ) ¶ 指定したウィンド ...
https://man.plustar.jp/python/library/curses.html - [similar]