Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 46 for Attributes (0.004 sec.)
- 20.12. xml.sax.xmlreader --- XML パーサのインタフェース — Python 3.6.5 ドキュメ... 13730
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...を変更することは可能です。 class xml.sax.xmlreader. AttributesImpl ( attrs ) ¶ Attributes インタフェース ( Attrib...クトでなければなりません。 class xml.sax.xmlreader. AttributesNSImpl ( attrs , qnames ) ¶ AttributesImpl を名前空...に改良したクラスで、 startElementNS() に渡されます。 AttributesImpl の派生クラスですが、 namespaceURI と localname...修飾名を返す多くのメソッドを提供します。このクラスは AttributesNS インタフェース ( AttributesNS インタフェース 参照... - https://man.plustar.jp/python/library/xml.sax.reader.html - [similar]
- 26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 10786
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...the date constructor are recorded in the mock_date attributes ( call_count and friends) which may also be useful...subclass Mock or MagicMock all dynamically created attributes, and the return_value will use your subclass autom...rned. After the MagicMock has been used we can use attributes like call_args_list to assert about how the dictio...about the access using the normal mock methods and attributes: >>> mock . __getitem__ . call_args_list [call('a'... - https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
- 19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 10206
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...を提供します。 A Policy object encapsulates a set of attributes and methods that control the behavior of various c...t is a copy of the original but with the specified attributes values changed. As an example, the following code...lone ( **kw ) ¶ Return a new Policy instance whose attributes have the same values as the current instance, exce...pt where those attributes are given new values by the keyword arguments. The... - https://man.plustar.jp/python/library/email.policy.html - [similar]
- 21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 9901
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ress and IPv6Address objects share a lot of common attributes. Some attributes that are only meaningful for IPv6...完全に0のグループも省略されない。 For the following attributes, see the corresponding documentation of the IPv4Ad...になります。 21.28.3.2. Network オブジェクト ¶ All attributes implemented by address objects are implemented by...In addition, network objects implement additional attributes. All of these are common between IPv4Network and I... - https://man.plustar.jp/python/library/ipaddress.html - [similar]
- 29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 9611
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...not a __set__() method, but beyond that the set of attributes varies. A __name__ attribute is usually sensible,...sed on signature() , but still ignores __wrapped__ attributes and includes the already bound first parameter in...pped by func . It follows the chain of __wrapped__ attributes returning the last object in the chain. stop is an...ion when fetching or checking for the existence of attributes. Descriptors, like properties, will be invoked and... - https://man.plustar.jp/python/library/inspect.html - [similar]
- 34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 9611
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...display , level=1 , parent=None , directory=None , attributes=0 ) ¶ id , parent.id , title , desc , display , le...vel , directory , attributes の値を使って、新しいレコードを Feature テーブルに追...。 control ( name , type , x , y , width , height , attributes , property , text , control_next , help ) ¶ 新しい...れています。 text ( name , x , y , width , height , attributes , text ) ¶ Text コントロールを追加して返します。 b... - https://man.plustar.jp/python/library/msilib.html - [similar]
- 2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 9458
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ
...が入っています。 The Custom type now has three data attributes in its C struct, first , last , and number . The f...irst clears the reference counts of the two Python attributes. Py_XDECREF() correctly handles the case where its...he tp_new handler to initialize the first and last attributes to non- NULL default values. tp_new is passed the...provide finer control over how the first and last attributes are set in the Custom example. In the previous ver... - https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
- 32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 9321
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...the byte offset in the utf8 string the parser uses attributes (int lineno, int col_offset) -- BoolOp() can use l...the byte offset in the utf8 string the parser uses attributes (int lineno, int col_offset) expr_context = Load |...tHandler(expr? type, identifier? name, stmt* body) attributes (int lineno, int col_offset) arguments = (arg* arg...defaults) arg = (identifier arg, expr? annotation) attributes (int lineno, int col_offset) -- keyword arguments... - https://man.plustar.jp/python/library/ast.html - [similar]
- 20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 9168
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...れる文字列でなければなりません。子のパーザは ordered_attributes , specified_attributes が現在のパーザの値に設定され...が偽の時には意味がありません。 xmlparser. ordered_attributes ¶ この属性をゼロ以外の整数にすると、報告される(XML...ますが、いつでも変更可能です。 xmlparser. specified_attributes ¶ ゼロ以外の整数にすると、パーザは文書のインスタン...が必要です。 xmlparser. StartElementHandler ( name , attributes ) ¶ 要素の開始ごとに呼び出されます。 name は要素名... - https://man.plustar.jp/python/library/pyexpat.html - [similar]
- 16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 9016
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...racters of the character string str at (y, x) with attributes attr , overwriting anything previously on the disp...] ) Paint the character string str at (y, x) with attributes attr , overwriting anything previously on the disp...ow. attrset ( attr ) ¶ Set the "background" set of attributes to attr . This set is initially 0 (no attributes)....ttr ) window. chgat ( y , x , num , attr ) Set the attributes of num characters at the current cursor position,... - https://man.plustar.jp/python/library/curses.html - [similar]
