Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 75 for length (0.086 sec.)
8.7. array --- 効率のよい数値アレイ — Python 3.6.5 ドキュメント 6154
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 現在のメモリアドレスと要素数の入ったタプル (address, length) を返します。バイト単位で表したメモリバッファの大き ...
https://man.plustar.jp/python/library/array.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 6154
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... of the Header as a string, using an unlimited line length. All pieces are converted to unicode using the spe ...
https://man.plustar.jp/python/library/email.header.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 6154
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... d as container object containing a list payload of length 1. Their is_multipart() method will return True . ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
20.6. xml.dom --- 文書オブジェクトモデル (DOM) API — Python 3.6.5 ドキュメント 6154
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ークエンスの長さ以上であってはなりません。 NodeList. length ¶ シーケンス中のノードの数です。 この他に、Python ... deMap は Node を継承して いません 。 NamedNodeMap. length ¶ 属性リストの長さです。 NamedNodeMap. item ( inde ...
https://man.plustar.jp/python/library/xml.dom.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6154
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... compressor.decompress メソッドがオプション引数 max_length を取れるようになり、展開されたデータの最大サイズが ... or.decompress() method now accepts an optional max_length argument to limit the maximum size of decompressed ... es and conditional references to groups with fixed length are now allowed in lookbehind assertions: >>> impo ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 6015
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... r *mem: start of the physical memory block memlen: length of the physical memory block offset: (char *)buf - ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 6015
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ロトコルなどの役に立つプロトコルに加え、 PySequence_Length() や PySequence_GetItem() などの任意の種類の Pytho ... argc , char * argv []) { int i , j , done = 0 ; /* lengths of line, code */ char ps1 [] = ">>> " ; char ps2 ...
https://man.plustar.jp/python/faq/extending.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 6015
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . ArgumentParser () >>> parser . add_argument ( '--length' , default = '10' , type = int ) >>> parser . add_ ... type = int ) >>> parser . parse_args () Namespace(length=10, width=10.5) nargs が ? か * である位置引数では ...
https://man.plustar.jp/python/library/argparse.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6015
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... P4. partial ( message_num , message_part , start , length ) ¶ メッセージの後略された部分を取り寄せます。返さ ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 6015
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... と呼ばれる) 形式を実装しています。すなわち、 Content-Length ヘッダはもしあっても無視され、メッセージのボディに ... Configuring Netscape Mail on Unix: Why The Content-Length Format is Bad バリエーションの一つではなくオリジナ ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT