Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 18 for contextlib (0.037 sec.)
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 15579
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 29. Python ランタイムサービス » 29.6. contextlib --- with 文コンテキスト用ユーティリティ ¶ ソースコ ... ード: Lib/contextlib.py このモジュールは with 文に関わる一般的なタスクの ... ィリティ ¶ 以下の関数とクラスを提供しています: class contextlib. AbstractContextManager ¶ An abstract base class f ... コンテキストマネージャ型 . バージョン 3.6 で追加. @ contextlib. contextmanager ¶ この関数は with 文コンテキストマ ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 8870
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ed, so rollback. self . rollback () # return False contextlib モジュール ¶ 新しい contextlib モジュールは、 ' wi ... の私たちのデータベースの例はこのように書けます: from contextlib import contextmanager @contextmanager def db_trans ... tion () with db_transaction ( db ) as cursor : ... contextlib モジュールには nested(mgr1, mgr2, ...) 関数もあって ... ect.close を呼び出します: import urllib , sys from contextlib import closing with closing ( urllib . urlopen ( ' ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 8476
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 'g'] (Contributed by Łukasz Langa in bpo-18159 .) contextlib ¶ 新規 context manager の contextlib.redirect_stde ... edirect_stdout() と対となるものです)。: >>> import contextlib , io , logging >>> f = io . StringIO () >>> with c ... ons.abc compileall concurrent.futures configparser contextlib csv curses dbm difflib distutils doctest email enu ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 8373
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ed, so rollback. self . rollback () # return False contextlib モジュール ¶ contextlib モジュールは、 ' with ' ス ... の私たちのデータベースの例はこのように書けます: from contextlib import contextmanager @contextmanager def db_trans ... tion () with db_transaction ( db ) as cursor : ... contextlib モジュールには nested(mgr1, mgr2, ...) 関数もあって ... .close() を呼び出します: import urllib , sys from contextlib import closing with closing ( urllib . urlopen ( ' ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8373
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... . (Contributed by Gregory P. Smith in bpo-27664 .) contextlib ¶ The contextlib.AbstractContextManager class has ... ntextManager class has been added for representing contextlib.AbstractContextManager . (Contributed by Brett Can ... ncio binascii cmath collections concurrent.futures contextlib datetime decimal distutils email エンコーディング ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
29. Python ランタイムサービス — Python 3.6.5 ドキュメント 8287
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 数 29.5.7. 利用可能なコンテキストマネージャー 29.6. contextlib --- with 文コンテキスト用ユーティリティ 29.6.1. ユ ...
https://man.plustar.jp/python/library/python.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 8287
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... Brian Landers and Serhiy Storchaka in bpo-14323 .) contextlib ¶ 新規コンテキストマネージャ contextlib.suppress に ... Piraeus in bpo-19266 .) 新規コンテキストマネージャ contextlib.redirect_stdout() は、ユーティリティスクリプトにて ... (Contributed by Raymond Hettinger in bpo-15805 .) contextlib ドキュメントにも改善が行われ、コンテキストマネージ ... aifc argparse audioop base64 collections colorsys contextlib dbm dis doctest email filecmp functools gc glob ha ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 8184
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... w method suggested by Ed Abraham in bpo-1537721 .) contextlib ¶ 新しく追加され、そして少しばかりハートを揺さぶる ... が単一の定義に両方の能力をもたらしてくれます: from contextlib import contextmanager import logging logging . bas ... by Georg Brandl; bpo-5675 .) 以前に非推奨となった contextlib.nested() が削除されました。普通の with が複数のコン ... g datetime と time math abc io reprlib logging csv contextlib decimal と fractions ftp popen select gzip と zipf ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 8081
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... processes. configparser Configuration file parser. contextlib Utilities for with-statement contexts. copy Shallo ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 8081
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 。(Contributed by Raymond Hettinger in bpo-13121 .) contextlib ¶ コンテキストマネージャをプログラム的に操作するこ ... 基礎を提供します。かつての (非推奨となり削除された) contextlib.nested API とは違って、この新しい API は、コンテキ ... ル abc array base64 binascii bz2 codecs collections contextlib crypt curses datetime decimal フィーチャー API の変 ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 1 2 NEXT