Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 46 for struct (0.084 sec.)
8.7. array --- 効率のよい数値アレイ — Python 3.6.5 ドキュメント 6773
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 4 , 5 ]) array ( 'd' , [ 1.0 , 2.0 , 3.14 ]) 参考 struct モジュール 異なる種類のバイナリデータのパックおよび ...
https://man.plustar.jp/python/library/array.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 6773
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... r Generate flat text email messages from a message structure. email.header Representing non-ASCII headers em ... at text email messages to produce a message object structure. email.policy Controlling the parsing and gener ... ns. stringprep String preparation, as per RFC 3453 struct Interpret bytes as packed binary data. subprocess ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6773
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... po-4617 を参照してください。) 内部実装に使っている structsequence がタプルのサブタイプを作るようになっていま ... トコルにも適切なものです。 The ssl.wrap_socket() constructor function now takes a ciphers argument. The ciphe ... Mattias Brändström の貢献; appspot issue 53094 .) struct.pack() は、文字列パックコード s で bytes のみを許容 ... 書き込みで失敗しうるので、これは問題でした。 例えば struct.pack('<6sHHBBB', 'GIF87a', x, y) としているならば、 ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 6682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 義の構造体から参照されていなければなりません: static struct PyModuleDef spammodule = { PyModuleDef_HEAD_INIT , ... NULL , NULL , 0 , NULL } /* sentinel */ }; static struct PyModuleDef keywdargmodule = { PyModuleDef_HEAD_IN ...
https://man.plustar.jp/python/extending/extending.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 6682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ommand window recognises the word "python" as an instruction to start the interpreter. If you have opened a ... る二つの問題があります。 問題 1: コンパイラによって struct FILE に対する概念が異なるため、FILE * 引数を取るい ... ltobj ; ああ、Py_none は pythonNN.dll 内の _Py_NoneStruct という複雑なデータ構造に展開するマクロです。また、 ...
https://man.plustar.jp/python/faq/windows.html - [similar]
用語集 — Python 3.6.5 ドキュメント 6682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... てのアクセスが可能です)。 名前付きタプルには、 time.struct_time のような組み込み型もありますし、通常のクラス定 ... ちらかです。後者には if 、 while 、 for があります。 struct sequence (構造体シーケンス) 名付けられた要素を持つ ...
https://man.plustar.jp/python/glossary.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 6682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... NU readline向け補完関数 7. バイナリデータ処理 7.1. struct --- バイト列をパックされたバイナリデータとして解釈 ...
https://man.plustar.jp/python/library/index.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 6682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ることができます。 time_ を指定する場合、それは time.struct_time インスタンス、 time.strftime() に渡すのに適し ... ることができます。 time_ を指定する場合、それは time.struct_time インスタンス、 time.strftime() に渡すのに適し ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 6682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... fore calling poll or select again. Use for example struct.unpack('%uB' % len(data), data) to decode the sign ... t representing the data contained in the siginfo_t structure, namely: si_signo , si_code , si_errno , si_pid ...
https://man.plustar.jp/python/library/signal.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... server (the server is named by a URI) and get back structured data. This module supports writing XML-RPC cli ... list または tuple 。array は list として返します。 struct dict . Keys must be strings, values may be any con ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
PREV 1 2 3 4 5 NEXT