Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 99 of about 99 for except (0.156 sec.)
What's New in Python 2.1 — Python 3.6.5 ドキュメント 5892
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 例外を処理するもうひとつのフックも寄稿しました。 sys.excepthook() には呼び出し可能オブジェクトをセット出来ます ... 。例外がどの try ... except にも捕捉されない場合に、例外は sys.excepthook() に ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 5800
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... .command.build_py import build_py_2to3 as build_py except ImportError : from distutils.command.build_py impo ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
用語集 — Python 3.6.5 ドキュメント 5800
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... 手早く書けるコーディングスタイルには、 try 文および except 文がたくさんあるのが特徴です。このテクニックは、C ...
https://man.plustar.jp/python/glossary.html - [similar]
関数型プログラミング HOWTO — Python 3.6.5 ドキュメント 5800
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 関数 ... ければいけませんので、 if... elif... else や try... except のような分岐を持つことができないのです。 lambda 文 ...
https://man.plustar.jp/python/howto/functional.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 5800
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... aracter in this section is . . It matches anything except a newline character, and there's an alternate mode ...
https://man.plustar.jp/python/howto/regex.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 5800
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ curses モジュールでは以下の例外を定義しています: exception curses. error ¶ curses ライブラリ関数がエラーを ... turn the previous cursor state; otherwise raise an exception. On many terminals, the "visible" mode is an un ... er blocking for tenths tenths of seconds, raise an exception if nothing has been typed. The value of tenths ... a pad as a window object. A pad is like a window, except that it is not restricted by the screen size, and ...
https://man.plustar.jp/python/library/curses.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 5800
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... モジュールでは以下の例外クラスが定義されています: exception mailbox. Error ¶ 他の全てのモジュール固有の例外 ... の基底クラス。 exception mailbox. NoSuchMailboxError ¶ メールボックスがあ ... 存在しないフォルダを開こうとした時などに発生します。 exception mailbox. NotEmptyError ¶ メールボックスが空であ ... いるフォルダを削除しようとした時などに送出されます。 exception mailbox. ExternalClashError ¶ メールボックスに関 ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 5800
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... omments. Whitespace within the pattern is ignored, except when in a character class, or when preceded by an ... re. purge ( ) ¶ 正規表現キャッシュをクリアします。 exception re. error ( msg , pattern=None , pos=None ) ¶ こ ... er of groups defined in the pattern, an IndexError exception is raised. If a group is contained in a part of ...
https://man.plustar.jp/python/library/re.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 5800
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... scii.Error : Non-hexadecimal digit found The above exception was the direct cause of the following exception ... r' does not support the buffer interface The above exception was the direct cause of the following exception ... ngeset 84047:ed498f477549 参照。---) smtplib ¶ SMTPException が OSError のサブクラスになりました。これによっ ... のエラーと SMTP プロトコル階層の両エラーを一撃の try/except 文で捕捉出来るようになりました。 (Contributed by N ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT