Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for Enum (0.046 sec.)
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 14774
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 8. データ型 » 8.13. enum --- 列挙型のサポート ¶ バージョン 3.4 で追加. ソー ... スコード: Lib/enum.py 列挙型は、一意の定数値に束縛された識別名 (メンバ ... 値の集合を定義するのに使用できる 4 つの列挙型クラス Enum , IntEnum , Flag , IntFlag を定義しています。 この ... ) とヘルパークラスの auto も定義しています。 class enum. Enum ¶ 列挙型定数を作成する基底クラスです。もうひ ...
https://man.plustar.jp/python/library/enum.html - [similar]
8. データ型 — Python 3.6.5 ドキュメント 9995
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ト 8.12.2. Reprオブジェクトをサブクラス化する 8.13. enum --- 列挙型のサポート 8.13.1. モジュールコンテンツ ... 8.13.2. Enum の作成 8.13.3. 列挙型メンバーおよびそれらの属性への ... .13.12. 機能 API 8.13.13. 派生列挙型 8.13.13.1. IntEnum 8.13.13.2. IntFlag 8.13.13.3. Flag 8.13.13.4. その ... .14.1.4. 独自の __new__() を使う 8.13.14.2. OrderedEnum 8.13.14.3. DuplicateFreeEnum 8.13.14.4. Planet 8.1 ...
https://man.plustar.jp/python/library/datatypes.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8542
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... pts an optional timespec argument that specifies the number of additional components of the time value to ... page. (Contributed by Steve Dower in bpo-27959 .) enum ¶ Two new enumeration base classes have been added ... to the enum module: Flag and IntFlags . Both are used to defin ... se the IntFlags class for their constants. The new enum.auto value can be used to assign values to enum me ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 8454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ath_env が無視されます バージョン 3.4 で追加. ssl. enum_certificates ( store_name ) ¶ Windows のシステム証 ... ならば True です。 以下はプログラム例です: >>> ssl . enum_certificates ( "CA" ) [(b'data...', 'x509_asn', {' ... 用できる環境 : Windows. バージョン 3.4 で追加. ssl. enum_crls ( store_name ) ¶ Windows のシステム証明書スト ... ージョン 3.4 で追加. 18.2.1.5. 定数 ¶ すべての定数が enum.IntEnum コレクションまたは enum.IntFlag コレクショ ...
https://man.plustar.jp/python/library/ssl.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 8367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ed. (Contributed by Dan O'Reilly in bpo-11271 .) The number of workers in the ThreadPoolExecutor construct ... or is optional now. The default value is 5 times the number of CPUs. (Contributed by Claudiu Popa in bpo-2 ... by Claude Paroz and Berker Peksag in bpo-16324 .) enumEnum 呼び出し可能オブジェクトは、 names のみが与 ... えられた場合に enum 値の初期値を指定する新たな引数 start を持ちます: > ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 8332
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... : pip インストーラのブートストラップ ( PEP 453 )。 enum : 列挙型のサポート ( PEP 435 )。 pathlib : オブジェ ... 、バンドルされたコピー版 pip をインストールします。 enumenum モジュール ( PEP 435 にて定義) は標準の列挙 ... になります。 参考 PEP 435 -- Python 標準ライブラリに enum 型を追加 PEP written by Barry Warsaw, Eli Bendersk ... unctools.wraps() の変更も参照して下さい。---) 新規 enum モジュールが実装されたことを受け inspect モジュール ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
9. 数値と数学モジュール — Python 3.6.5 ドキュメント 8122
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , 抽象 , 算術 , 基底 , クラス 前のトピックへ 8.13. enum --- 列挙型のサポート 次のトピックへ 9.1. numbers - ...
https://man.plustar.jp/python/library/numeric.html - [similar]
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 8034
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... コード、理由の表現、英語で書かれた長い記述を定義した enum.IntEnum のサブクラスです。 使い方: >>> from http i ...
https://man.plustar.jp/python/library/http.html - [similar]
8.12. reprlib --- もう一つの repr() の実装 — Python 3.6.5 ドキュメント 8034
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pprint --- データ出力の整然化 次のトピックへ 8.13. enum --- 列挙型のサポート ナビゲーション 索引 モジュール ...
https://man.plustar.jp/python/library/reprlib.html - [similar]
8.9. types --- 動的な型生成と組み込み型に対する名前 — Python 3.6.5 ドキュメント 7982
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 上で同名の仮想属性を持つことができます (例については Enum を参照してください)。 バージョン 3.4 で追加. 8.9.4 ...
https://man.plustar.jp/python/library/types.html - [similar]
PREV 1 2 NEXT