Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 26 of about 26 for attr (0.013 sec.)
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 7323
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... の名前) に以下のようにアクセスできるようになります: attr = PyObject_GetAttrString ( module , "<attrname>" ) ... ; PyObject_SetAttrString() を呼んでモジュールの変数に代入することもで ...
https://man.plustar.jp/python/faq/extending.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 7323
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the byte offset in the utf8 string the parser uses attributes (int lineno, int col_offset) -- BoolOp() can ... wing expression can appear in assignment context | Attribute(expr value, identifier attr, expr_context ctx ... the byte offset in the utf8 string the parser uses attributes (int lineno, int col_offset) expr_context = ... tHandler(expr? type, identifier? name, stmt* body) attributes (int lineno, int col_offset) arguments = (ar ...
https://man.plustar.jp/python/library/ast.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 7323
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... display , level=1 , parent=None , directory=None , attributes=0 ) ¶ id , parent.id , title , desc , displa ... y , level , directory , attributes の値を使って、新しいレコードを Feature テーブ ... t テーブルにエントリを作ります。 mapping ( event , attribute ) ¶ このコントロールの EventMapping テーブルに ... class msilib. Dialog ( db , name , x , y , w , h , attr , title , first , default , cancel ) ¶ 新しい Dial ...
https://man.plustar.jp/python/library/msilib.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 7323
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 以下に説明する型のいくつかには、 '特殊属性 (special attribute)' を列挙した段落があります。これらの属性は実装 ... wnload/releases/2.3/mro/ にあります。 When a class attribute reference (for class C , say) would yield a c ... rmed into an instance method object whose __self__ attributes is C . When it would yield a static method o ... リプタ (descriptor) の実装 for another way in which attributes retrieved from a class may differ from those ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 7240
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... int Y-coordinate. ] ch: object Character to add. [ attr: long Attributes for the character. ] / ... 注釈: ... re expression, using math operators and looking up attributes on objects. However, this support isn't exac ... e the builtin came from. So, if your module has an attribute called " max_widgets ", you may simply use it ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 7240
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... not a __set__() method, but beyond that the set of attributes varies. A __name__ attribute is usually sens ... e replaced was invoked on. To override a Parameter attribute, pass the corresponding argument. To remove a ... sed on signature() , but still ignores __wrapped__ attributes and includes the already bound first paramet ... pped by func . It follows the chain of __wrapped__ attributes returning the last object in the chain. stop ...
https://man.plustar.jp/python/library/inspect.html - [similar]
PREV 1 2 3 NEXT