Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 62 for context (0.129 sec.)
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... but there is no way for the profiler to know about context switches between threads, so it does not make sens ... are writing a library (and do not control in which context its code will be executed), be aware that the stan ...
https://man.plustar.jp/python/library/sys.html - [similar]
7. 単純文 (simple statement) — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... きます。このとき、先に起こった例外が、新しい例外の __context__ 属性に付与されます: >>> try : ... print ( 1 / 0 ... ようになりました。 バージョン 3.3 で追加: __suppress_context__ 属性の設定で、例外のコンテキストが自動的に非表示 ...
https://man.plustar.jp/python/reference/simple_stmts.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 要はもうありません。 コンテキストマネージャを書く と contextlib モジュール も見てください。 PEP 366: メインモジ ... 。 この場合 (処理中の) 元々の例外は二次的な例外の __context__ 属性に保存されます。 明示的な連鎖は以下の構文で起 ... こった際に表示されるトレースバックは __cause__ と __context__ 属性を渡り歩き、そして一次的例外を一番上に置いて ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
用語集 — Python 3.6.5 ドキュメント 6444
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... ですか? 、 PEP 362 を参照してください。 asynchronous context manager (非同期コンテクストマネージャ) __aenter__( ... ければ、ほぼ間違いなく無視してしまってよいでしょう。 context manager (コンテクストマネージャ) __enter__() と __ ...
https://man.plustar.jp/python/glossary.html - [similar]
18.9. mmap --- メモリマップファイル — Python 3.6.5 ドキュメント 6444
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e the map mm . close () mmap can also be used as a context manager in a with statement.: import mmap with mma ...
https://man.plustar.jp/python/library/mmap.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 6444
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ージの先頭部分では、例外が発生した実行コンテキスト (context) を、スタックのトレースバック (stack traceback) の ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 6386
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . 26.6.3.8. patch をネストする ¶ Using patch as a context manager is nice, but if you do multiple patches yo ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 6328
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... as previously called options , now in the argparse context is called args . Replace optparse.OptionParser.dis ...
https://man.plustar.jp/python/library/argparse.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 6328
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... よび実際の出力が複数行になるときにテストの失敗結果を context diff 形式を使って表示します。 doctest. REPORT_NDIF ...
https://man.plustar.jp/python/library/doctest.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 6328
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... うとはしていません。特に、 mh が状態と設定を保存する context や .mh_profile といったファイルは書き換えませんし影 ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT