Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 25 for resource (0.023 sec.)
- 35.11. resource --- リソース使用状態の情報 — Python 3.6.5 ドキュメント 15359
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
リ » 35. Unix 固有のサービス » 35.11. resource --- リソース使用状態の情報 ¶ このモジュールでは、プ...
ールが失敗した場合 OSError を送出します。 exception resource. error ¶ OSError の非推奨のエイリアスです。 バージ...
ォーム向けのこのモジュール内では定義されていません。 resource. RLIM_INFINITY ¶ 無制限のリソースの上限を示すための...
定数です。 resource. getrlimit ( resource ) ¶ resource の現在のソフトお...
- https://man.plustar.jp/python/library/resource.html - [similar]
- 29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 11773
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ーが必要になります: with ExitStack () as stack : for resource in resources : stack . enter_context ( resource )...
if need_special_resource (): special = acquire_special_resource () stack ....
callback ( release_special_resource , special ) # Perform operations that use the acqu...
ired resources 上の例にあるように、 ExitStack はコンテキストマネ...
- https://man.plustar.jp/python/library/contextlib.html - [similar]
- 21.8. urllib.parse --- URL を解析して構成要素にする — Python 3.6.5 ドキュメント 8684
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ib/urllib/parse.py このモジュールでは URL (Uniform Resource Locator) 文字列をその構成要素 (アドレススキーム、ネ...
を定義しています。 このモジュールは Relative Uniform Resource Locators (相対 URL) に関するインターネット RFC に適...
5 で追加: quote_via 引数。 参考 RFC 3986 - Uniform Resource Identifiers これが現在の標準規格 (STD66) です。url...
ときの要求事項を記述しています。 RFC 2396 - Uniform Resource Identifiers (URI): Generic Syntax この RFC では Un...
- https://man.plustar.jp/python/library/urllib.parse.html - [similar]
- 26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 8568
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
X メソッドが推奨されます。 exception test.support. ResourceDenied ¶ unittest.SkipTest のサブクラスです。 (ネッ...
イル済みファイルを全て削除します。 test.support. is_resource_enabled ( resource ) ¶ resource が有効で利用可能な...
ている間のみ設定されます。 test.support. requires ( resource , msg=None ) ¶ resource が利用できなければ、 Resou...
rceDenied を送出します。その場合、 msg は ResourceDenied の引数になります。 __name__ が '__main__' で...
- https://man.plustar.jp/python/library/test.html - [similar]
- 31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 8219
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ように更新されました。 pkgutil. get_data ( package , resource ) ¶ パッケージからリソースを取得します。 This is a...
ackage, in standard module format ( foo.bar ). The resource argument should be in the form of a relative filen...
. __file__ ) data = open ( os . path . join ( d , resource ), 'rb' ) . read () If the package cannot be locat...
- https://man.plustar.jp/python/library/pkgutil.html - [similar]
- urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 7937
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll
...
の例がついています。 urllib.request は URLs (Uniform Resource Locators) を取得するための Python モジュールです。...
tml = response . read () If you wish to retrieve a resource via URL and store it in a temporary location, you...
, 300 : ( 'Multiple Choices' , 'Object has several resources -- see URI list' ), 301 : ( 'Moved Permanently' ,...
use proxy specified in Location to access this ' 'resource.' ), 307 : ( 'Temporary Redirect' , 'Object moved...
- https://man.plustar.jp/python/howto/urllib2.html - [similar]
- 16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 7937
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
そのデバイスまたはリソースは使用中です (Device or resource busy) errno. EEXIST ¶ ファイルがすでに存在します (...
errno. EDEADLK ¶ リソースのデッドロックが起きます (Resource deadlock would occur) errno. ENAMETOOLONG ¶ ファイ...
ストリームリソースを使い切りました (Out of streams resources) errno. ENONET ¶ 計算機はネットワーク上にありませ...
- https://man.plustar.jp/python/library/errno.html - [similar]
- 35. Unix 固有のサービス — Python 3.6.5 ドキュメント 7937
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
タフェース 35.10.1. テンプレートオブジェクト 35.11. resource --- リソース使用状態の情報 35.11.1. リソースの制限...
- https://man.plustar.jp/python/library/unix.html - [similar]
- 34.3. winreg --- Windows レジストリへのアクセス — Python 3.6.5 ドキュメント 7937
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
_QWORD と等価。 バージョン 3.6 で追加. winreg. REG_RESOURCE_LIST ¶ デバイスドライバリソースのリスト。 winreg....
REG_FULL_RESOURCE_DESCRIPTOR ¶ ハードウェアセッティング。 winreg. RE...
G_RESOURCE_REQUIREMENTS_LIST ¶ ハードウェアリソースリスト。 w...
- https://man.plustar.jp/python/library/winreg.html - [similar]
- Pythonモジュール索引 — Python 3.6.5 ドキュメント 7937
- ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b |
...
Alternate repr() implementation with size limits. resource (Unix) An interface to provide resource usage info...
- https://man.plustar.jp/python/py-modindex.html - [similar]