Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 33 for structure (0.021 sec.)
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 8021
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sing message bodies, and for creating or modifying structured messages. An email message consists of headers an ... be a simple text message, or a binary object, or a structured sequence of sub-messages each with their own set ... the MIME type of every part of a multipart message structure: >>> for part in msg . walk (): ... print ( part . ... can see this in our example by making use of the _structure debug helper function: >>> for part in msg . walk ...
https://man.plustar.jp/python/library/email.message.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 7813
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... things: Include a PyObject* field in the C object structure dedicated to the weak reference mechanism. The obj ... offset of the aforementioned field in the C object structure, so that the interpreter knows how to access and m ... at field. Concretely, here is how a trivial object structure would be augmented with the required field: typede ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 7813
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed) errno. ENOCSI ¶ CSI 構造体がありません (No CSI structure available) errno. EL2HLT ¶ レベル 2 で終了しました ... le) errno. EUCLEAN ¶ 構造のクリーニングが必要です (Structure needs cleaning) errno. ENOTNAM ¶ XENIX 名前付きファ ...
https://man.plustar.jp/python/library/errno.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7813
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... r Generate flat text email messages from a message structure. email.header Representing non-ASCII headers email ... at text email messages to produce a message object structure. email.policy Controlling the parsing and generati ...
https://man.plustar.jp/python/py-modindex.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 7620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ィールドは バッファオブジェクト構造体 (buffer object structure) で説明します。 tp_as_buffer フィールド自体は継承さ ... turn it. バッファオブジェクト構造体 (buffer object structure) ¶ PyBufferProcs ¶ この構造体は buffer プロトコル ... クト構造体 バッファオブジェクト構造体 (buffer object structure) async オブジェクト構造体 前のトピックへ 共通のオブ ... ジェクト構造体 (common object structure) 次のトピックへ 循環参照ガベージコレクションをサポ ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
オブジェクトをヒープ上にメモリ確保する — Python 3.6.5 ドキュメント 7428
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... のトピックへ 共通のオブジェクト構造体 (common object structure) ナビゲーション 索引 モジュール | 次へ | 前へ | Py ...
https://man.plustar.jp/python/c-api/allocation.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 7428
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... フェースは バッファオブジェクト構造体 (buffer object structure) の節で説明します。 利用する側では、オブジェクトの ... オブジェクトを書く方法の短い説明には、 Buffer Object Structures を参照してください。バッファを取得するには、 PyOb ... によってバッファの妥当性を確認出来ます。 def verify_structure ( memlen , itemsize , ndim , shape , strides , off ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7428
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... Custom_getsetters , The last item in a PyGetSetDef structure is the "closure" mentioned above. In this case, we ... erived type objects is that the base type's object structure must be the first value. The base type will alread ... nclude the PyObject_HEAD() at the beginning of its structure. When a Python object is a SubList instance, its P ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 7428
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ctory and below. Note that mapping HTTP hierarchic structure to local directory structure is exactly as in Simp ...
https://man.plustar.jp/python/library/http.server.html - [similar]
Python モジュールの配布 — Python 3.6.5 ドキュメント 7042
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... な鍵となるステップと要素をカバーしています。 Project structure Building and packaging the project Uploading the p ...
https://man.plustar.jp/python/distributing/index.html - [similar]
PREV 1 2 3 4 NEXT