Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 37 for property (0.060 sec.)
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 7719
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Address space of a memory block ( int ). Read-only property. 27.7.2.3. Filter ¶ class tracemalloc. Filter ( in ... Filename pattern of the filter ( str ). Read-only property. all_frames ¶ all_frames が True の場合トレースバッ ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 7719
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... () <Mock name='mock.method()' id='...'> >>> mock . property . method . attribute () <Mock name='mock.property. ... ...'> >>> mock . method_calls [call.method(), call.property.method.attribute()] method_calls のメンバは call オ ... ャを考慮するようになりました。 class unittest.mock. PropertyMock ( *args , **kwargs ) ¶ プロパティもしくはディス ... クリプタとして使われるためのモックです。 PropertyMock は、 __get__() と __set__() メソッドを提供し、 ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 7577
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... $ echo '{1.2:3.4}' | python -m json.tool Expecting property name enclosed in double quotes: line 1 column 2 (c ... $ echo '{1.2:3.4}' | python -m json.tool Expecting property name enclosed in double quotes: line 1 column 2 (c ...
https://man.plustar.jp/python/library/json.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 7577
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ことは、かなり大きなパフォーマンスロスに繋がります。 property は新しい組み込み型で、属性の get, set, delete の 3 ... nd set internal state appropriately ... # Define a property. The 'delete this attribute' # method is defined a ... None, so the attribute # can't be deleted. size = property ( get_size , set_size , None , "Storage size of th ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 7450
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... が代入されます)。 PyGetSetDef ¶ Structure to define property-like access for a type. See also description of th ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7450
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... error. Unicode characters are allowed and will be property encoded when serialized. However, per the RFCs, un ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 7450
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ot provided and the object is a class, a method, a property or a descriptor, retrieve the documentation string ... ict__ is shadowed by another member (for example a property) then this function will be unable to find instanc ...
https://man.plustar.jp/python/library/inspect.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 7450
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... underscore, and characters with the Other_ID_Start property> id_continue ::= <all characters in id_start , plu ... , Mc, Nd, Pc and others with the Other_ID_Continue property> xid_start ::= <all characters in id_start whose N ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7450
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 外はそのままにするようにしました: >>> class A : ... @property ... def f ( self ): ... return 1 // 0 ... >>> a = ... 変更しないことが保障されています: >>> class A : ... @property ... def f ( self ): ... print ( 'Running' ) ... re ... nning 10 >>> inspect . getattr_static ( a , 'f' ) <property object at 0x1022bd788> (Contributed by Michael Foo ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 7324
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tes object. Under Unix operating systems this is a property of the controlling tty of the curses program, and ... tes object. Under Unix operating systems this is a property of the controlling tty of the curses program, and ...
https://man.plustar.jp/python/library/curses.html - [similar]
PREV 1 2 3 4 NEXT