Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 13 for reserved (0.011 sec.)
- 21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 13231
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
内部レイアウトを決定する UUID の variant。これは定数 RESERVED_NCS , RFC_4122 , RESERVED_MICROSOFT , RESERVED_FUT...
ariant 属性が取りうる値として定義しています: uuid. RESERVED_NCS ¶ NCS 互換性のために予約されています。 uuid. R...
2 で与えられた UUID レイアウトを指定します。 uuid. RESERVED_MICROSOFT ¶ Microsoft の互換性のために予約されてい...
ます。 uuid. RESERVED_FUTURE ¶ 将来のために予約されています。 参考 RFC 4...
- https://man.plustar.jp/python/library/uuid.html - [similar]
- 34.3. winreg --- Windows レジストリへのアクセス — Python 3.6.5 ドキュメント 12193
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
上記 を参照。 winreg. CreateKeyEx ( key , sub_key , reserved=0 , access=KEY_WRITE ) ¶ 指定されたキーを生成するか...
のメソッドが開く、または新規作成するキーの名前です。 reserved は予約された整数で、 0 でなくてはなりません。デフォ...
teKeyEx ( key , sub_key , access=KEY_WOW64_64KEY , reserved=0 ) ¶ 指定されたキーを削除します。 注釈 DeleteKeyE...
せん。また、key は subkey を持たないかもしれません。 reserved は予約された整数で、 0 でなくてはなりません。デフォ...
- https://man.plustar.jp/python/library/winreg.html - [similar]
- 21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 9308
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
e . RFC 5735 (IPv4) か RFC 2373 (IPv6) を参照。 is_reserved ¶ IETF で予約されているアドレスの場合に True 。 is...
ast ¶ is_private ¶ is_global ¶ is_unspecified ¶ is_reserved ¶ is_loopback ¶ is_link_local ¶ バージョン 3.4 で追...
. is_multicast ¶ is_private ¶ is_unspecified ¶ is_reserved ¶ is_loopback ¶ is_link_local ¶ These attributes a...
¶ is_multicast ¶ is_private ¶ is_unspecified ¶ is_reserved ¶ is_loopback ¶ is_link_local ¶ network_address ¶...
- https://man.plustar.jp/python/library/ipaddress.html - [similar]
- 型オブジェクト — Python 3.6.5 ドキュメント 8692
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...
; /* formerly known as tp_compare (Python 2) or tp_reserved (Python 3) */ reprfunc tp_repr ; /* Method suites...
い。 バージョン 3.5 で追加: 以前は tp_compare や tp_reserved として知られていました。 reprfunc PyTypeObject.tp_...
; binaryfunc nb_or ; unaryfunc nb_int ; void * nb_reserved ; unaryfunc nb_float ; binaryfunc nb_inplace_add ;...
L を返して例外を設定しなければなりません。 注釈 nb_reserved フィールドは常に NULL でなければなりません。以前は...
- https://man.plustar.jp/python/c-api/typeobj.html - [similar]
- 11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 8692
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
//some/share' ) . is_absolute () True PurePath. is_reserved ( ) ¶ PureWindowsPath の場合はパスが Windows 上で予...
se を返します。 >>> PureWindowsPath ( 'nul' ) . is_reserved () True >>> PurePosixPath ( 'nul' ) . is_reserved...
- https://man.plustar.jp/python/library/pathlib.html - [similar]
- 2. 字句解析 — Python 3.6.5 ドキュメント 8076
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ
...
s break except in raise 2.3.2. 予約済みの識別子種 (reserved classes of identifiers) ¶ ある種の (キーワードを除...
1. キーワード (keyword) 2.3.2. 予約済みの識別子種 (reserved classes of identifiers) 2.4. リテラル 2.4.1. 文字列...
- https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
- デスクリプタ HowTo ガイド — Python 3.6.5 ドキュメント 7865
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » デス
...
om regular functions in that the first argument is reserved for the object instance. By Python convention, the...
- https://man.plustar.jp/python/howto/descriptor.html - [similar]
- 35.11. resource --- リソース使用状態の情報 — Python 3.6.5 ドキュメント 7865
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
imum size (in bytes) of the swap space that may be reserved or used by all of this user id's processes. This l...
- https://man.plustar.jp/python/library/resource.html - [similar]
- 21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 7865
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
API support some common methods grouped under the reserved system attribute: ServerProxy.system. listMethods...
- https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
- 3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 7671
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ
...
; /* formerly known as tp_compare (Python 2) or tp_reserved (Python 3) */ reprfunc tp_repr ; /* Method suites...
- https://man.plustar.jp/python/extending/newtypes.html - [similar]