Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 99 for except (0.087 sec.)
What's New in Python — Python 3.6.5 ドキュメント 6087
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... モジュールをスクリプトとして実行する PEP 341: try/except/finally の一体化 PEP 342: ジェネレータの新機能 PEP ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 5996
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... CallSomeFunction (); /* evaluate result or handle exception */ /* Release the thread. No Python API allowed ... オブジェクトで、 what は定数 PyTrace_CALL , PyTrace_EXCEPTION , PyTrace_LINE , PyTrace_RETURN , PyTrace_C_CAL ... L , PyTrace_C_EXCEPTION , あるいは PyTrace_C_RETURN のいずれかで、 arg ... 値 arg の意味 PyTrace_CALL Always Py_None . PyTrace_EXCEPTION sys.exc_info() の返す例外情報です。 PyTrace_LIN ...
https://man.plustar.jp/python/c-api/init.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 5996
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... terminal. The callable is called inside a try ... except that catches exceptions, restores the state of the ... terminal, and then re-raises the exception. Therefore your terminal won't be left in a fun ... ny state on exception and you'll be able to read the exception's mess ... curses.ERR (a value of -1) and getkey() raises an exception. There's also a halfdelay() function, which can ...
https://man.plustar.jp/python/howto/curses.html - [similar]
ipaddressモジュールの紹介 — Python 3.6.5 ドキュメント 5996
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » ipad ... ry : network = ipaddress . IPv4Network ( address ) except ValueError : print ( 'address/netmask is invalid f ...
https://man.plustar.jp/python/howto/ipaddress.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 5996
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t . urlopen ( resource ) as s : return s . read () except urllib . error . HTTPError : return 'Not Found' >> ...
https://man.plustar.jp/python/library/functools.html - [similar]
31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 5996
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トし、その初期化を飛ばすことができます: try : cache except NameError : cache = {} 組み込みモジュールや動的にロ ... age ) try : return sys . modules [ absolute_name ] except KeyError : pass path = None if '.' in absolute_nam ...
https://man.plustar.jp/python/library/importlib.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 5996
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... with statement to unconditionally consume OSError exceptions and to close the NNTP connection when done, e. ... ポートしました。( ssl.HAS_SNI を参照してください)。 exception nntplib. NNTPError ¶ 標準の例外 Exception から派 ... 可能な場合サーバの応答です。 str オブジェクトです。 exception nntplib. NNTPReplyError ¶ サーバから想定外の応答 ... があったときに送出される例外。 exception nntplib. NNTPTemporaryError ¶ 400--499の範囲の応 ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
11.6. tempfile --- 一時ファイルやディレクトリの作成 — Python 3.6.5 ドキュメント 5996
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... or None at any call to any of the above functions except gettempprefix() it is initialized following the al ...
https://man.plustar.jp/python/library/tempfile.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 5996
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... es. Similar to the traceback.format_tb() function, except that format() does not include newlines. 以下はプロ ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 5996
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... name__ == '__main__' : rc = 1 try : main () rc = 0 except Exception as e : print ( 'Error: %s ' % e , file = ...
https://man.plustar.jp/python/library/venv.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT