Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 46 for mapping (0.041 sec.)
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7658
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eaders that take parameters. params ¶ A dictionary mapping parameter names to parameter values. class email.h ... se_default_map is True (the default), the standard mapping of header names to classes is copied in to the reg ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 7536
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... as_number ; PySequenceMethods * tp_as_sequence ; PyMappingMethods * tp_as_mapping ; /* More standard operatio ... が、これに含まれるフィールドが個別に継承されます。 PyMappingMethods * tp_as_mapping ¶ マッピングプロトコルを実装 ... マップオブジェクト構造体 で説明されています。 tp_as_mapping フィールドは継承されませんが、これに含まれるフィー ... (あるいは tp_as_number 、 tp_as_sequence 、 tp_as_mapping 、 および tp_as_buffer が参照している拡張機能構造体 ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
Python/C API リファレンスマニュアル — Python 3.6.5 ドキュメント 7399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 型プロトコル (sequence protocol) マップ型プロトコル (mapping protocol) イテレータプロトコル (iterator protocol) ...
https://man.plustar.jp/python/c-api/index.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 7399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が返されます。 The following methods implement the mapping-like interface for accessing the message's headers ... tic differences between these methods and a normal mapping (i.e. dictionary) interface. For example, in a dic ...
https://man.plustar.jp/python/library/email.message.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 7399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... なっています。 responses ¶ This attribute contains a mapping of error code integers to two-element tuples conta ... ts from the current directory and below. Note that mapping HTTP hierarchic structure to local directory struc ...
https://man.plustar.jp/python/library/http.server.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 7399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ities advertised by the server, as a dict instance mapping capability names to (possibly empty) lists of valu ... descriptions) , where descriptions is a dictionary mapping group names to textual descriptions. >>> resp , de ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 7399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ケール値を設定する場合があります。 str. format_map ( mapping ) ¶ str.format(**mapping) と似ていますが、 mapping ... dict にコピーされず、直接使われます。これは例えば mapping が dict のサブクラスであるときに便利です: >>> clas ... 装するオブジェクトである必要があります。一般的には、 mapping または sequence です。Unicode 序数 (整数) でインデ ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 7399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... namespace) とは、名前からオブジェクトへの対応付け (mapping) です。ほとんどの名前空間は、現状では Python の辞書 ... ッドをオーバーライドするのに便利です。例えば: class Mapping : def __init__ ( self , iterable ): self . items_l ... e # private copy of original update() method class MappingSubclass ( Mapping ): def update ( self , keys , va ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
シーケンス型プロトコル (sequence protocol) — Python 3.6.5 ドキュメント 7277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... umber protocol) 次のトピックへ マップ型プロトコル (mapping protocol) ナビゲーション 索引 モジュール | 次へ | ...
https://man.plustar.jp/python/c-api/sequence.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 7277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... as_number ; PySequenceMethods * tp_as_sequence ; PyMappingMethods * tp_as_mapping ; /* More standard operatio ... as_number ; PySequenceMethods * tp_as_sequence ; PyMappingMethods * tp_as_mapping ; お使いのオブジェクトを数値 ... ethods 構造体、 PySequenceMethods 構造体、または PyMappingMethods 構造体のアドレスを入れます。これらに適切な値 ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
PREV 1 2 3 4 5 NEXT