Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 37 for property (0.012 sec.)
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7324
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... as well as the implementation of the immutability property, the clone() method, and the constructor semantics ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 7324
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... __init__ ( self ): ... self . _alive = False ... @property ... def alive ( self ): ... return self . _alive . ...
https://man.plustar.jp/python/library/functools.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 'Point' , [ 'x' , 'y' ])): ... __slots__ = () ... @property ... def hypot ( self ): ... return ( self . x ** 2 ...
https://man.plustar.jp/python/library/collections.html - [similar]
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ograms ... self . radius = radius # in meters ... @property ... def surface_gravity ( self ): ... # universal ...
https://man.plustar.jp/python/library/enum.html - [similar]
23.1. gettext --- 多言語対応に関する国際化サービス — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。キー Content-Type があった場合、 charset の特性値 (property) は "保護された" _charset インスタンス変数を初期化 ...
https://man.plustar.jp/python/library/gettext.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... prefix-MAC mode thanks to the indifferentiability property inherited from BLAKE. This example shows how to ge ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... penguin is None : penguin = [] penguin . append ( "property of the zoo" ) return penguin 関数呼び出しの意味付け ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... n the class tree for self ; or __get__() of a name property raises AttributeError ). This method should either ... スタンスと互いに異なる動作を獲得することができます。 property() 関数はデータデスクリプタとして実装されています。 ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
7. 単純文 (simple statement) — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... writes inst.x as 4 leaving Cls.x as 3 このことは、 property() で作成されたプロパティのようなデスクリプタ属性に ...
https://man.plustar.jp/python/reference/simple_stmts.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... , 'object', 'oct', 'open', 'ord', 'pow', 'print', 'property', 'quit', 'range', 'repr', 'reversed', 'round', 's ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
PREV 1 2 3 4 NEXT