Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 62 for context (0.088 sec.)
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 6603
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を返します。 バージョン 3.6 で変更: Support for the context manager protocol was added. Exiting the context ma ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
11.6. tempfile --- 一時ファイルやディレクトリの作成 — Python 3.6.5 ドキュメント 6603
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... >> fp . close () # create a temporary file using a context manager >>> with tempfile . TemporaryFile () as fp ... d removed # create a temporary directory using the context manager >>> with tempfile . TemporaryDirectory () ...
https://man.plustar.jp/python/library/tempfile.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 6603
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 文とコンテキストマネージャ ¶ コンテキストマネージャ( context manager ) とは、 with 文の実行時にランタイムコンテ ... 3.4.4. 非同期コンテクストマネージャ (Asynchronous Context Manager) ¶ 非同期コンテキストマネージャ は、 __aen ... 非同期コンテキストマネージャクラスの例: class AsyncContextManager : async def __aenter__ ( self ): await log ... ( 'entering context' ) async def __aexit__ ( self , exc_type , exc , t ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 6545
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... async_with_stmt ::= "async" with_stmt asynchronous context manager は、 enter メソッドと exit メソッド内部で実 ... 行を一時停止できる context manager です。 以下のコード: async with EXPR as VA ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6545
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... AttributeError as exc : ... print ( repr ( exc . __context__ )) ... KeyError('x',) 参考 PEP 409 - 例外コンテク ... 。(Contributed by Raymond Hettinger in bpo-13121 .) contextlib ¶ コンテキストマネージャをプログラム的に操作する ... 基礎を提供します。かつての (非推奨となり削除された) contextlib.nested API とは違って、この新しい API は、コンテ ... 00 -999999999999999999 コンテキストの雛形 ( DefaultContext , BasicContext , ExtendedContext ) では Emax と Em ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... one を使用してください。 PyObject * PyException_GetContext ( PyObject *ex ) ¶ Python で __context__ 属性からア ... が無い場合は、 NULL を返します。 void PyException_SetContext ( PyObject *ex , PyObject *ctx ) ¶ 例外に関するコン ... 参照を盗みます。 この関数によって暗黙的に __suppress_context__ に True がセットされます。 Unicode 例外オブジェク ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
1. Distutilsの紹介 — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... , except that term is already taken in the Python context: a single module distribution may contain zero, on ...
https://man.plustar.jp/python/distutils/introduction.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... the expression is evaluated? It's evaluated in the context of the module the builtin came from. So, if your m ... defining some terminology: field A field, in this context, is a subsection of Clinic's output. For example, ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... debug call to the underlying logger, after adding contextual information from this adapter instance. """ msg ... です: import logging from random import choice class ContextFilter ( logging . Filter ): """ This is a filter w ... hich injects contextual information into the log. Rather than use actua ... l contextual information, we just use random data in this de ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
18.5.2. イベントループ — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... されなくてはなりません。 The default policy defines context as the current thread, and manages an event loop p ...
https://man.plustar.jp/python/library/asyncio-eventloops.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT