Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 60 for copy (0.067 sec.)
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 6805
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the policy option cte_type is 8bit (the default), copy any headers in the original parsed message that ha ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
21.23. http.cookies --- HTTPの状態管理 — Python 3.6.5 ドキュメント 6805
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... で変更: 不正なキーではエラーが送出されます。 Morsel. copy ( value ) ¶ Morsel オブジェクトの浅いコピーを返しま ...
https://man.plustar.jp/python/library/http.cookies.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 6805
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ら全ての要素を取り除きます ( del s[:] と同じ) (5) s.copy() s の浅いコピーを作成します ( s[:] と同じ) (5) s. ... れは反転したシーケンスを返しません。 clear() および copy() は、スライシング操作をサポートしないミュータブル ... 含まれています バージョン 3.3 で追加: clear() および copy() メソッド。 値 n は整数であるか、 __index__() を実 ... ュールも参照してください。 str. upper ( ) ¶ Return a copy of the string with all the cased characters [4] co ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 6689
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... , Py_buffer *src , Py_ssize_t len , char order ) ¶ Copy len bytes from src to its contiguous representatio ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 6689
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... します。 バージョン 3.3 で追加. Py_ssize_t PyUnicode_CopyCharacters ( PyObject *to , Py_ssize_t to_start , P ... ect *u , Py_UCS4 *buffer , Py_ssize_t buflen , int copy_null ) ¶ 文字列 u を UCS4 のバッファへコピーします ...copy_null が設定されている場合は、ヌル文字も含めます。 ... 。 バージョン 3.3 で追加. Py_UCS4 * PyUnicode_AsUCS4Copy ( PyObject *u ) ¶ 文字列 u を PyMem_Malloc() でメモ ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 6689
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ctor and returning a new Policy instance that is a copy of the original but with the specified attributes ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 6689
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... * fargs , ** fkeywords ): newkeywords = keywords . copy () newkeywords . update ( fkeywords ) return func ...
https://man.plustar.jp/python/library/functools.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6689
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れます。 LOGOUT 前に実行することを勧めます。 IMAP4. copy ( message_set , new_mailbox ) ¶ message_set で指定 ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 6689
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pes --- 動的な型生成と組み込み型に対する名前 8.10. copy --- 浅いコピーおよび深いコピー操作 8.11. pprint -- ... 12.1. pickle --- Python オブジェクトの直列化 12.2. copyreg --- pickle サポート関数を登録する 12.3. shelve ...
https://man.plustar.jp/python/library/index.html - [similar]
8.11. pprint --- データ出力の整然化 — Python 3.6.5 ドキュメント 6689
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r オブジェクト 8.11.2. 使用例 前のトピックへ 8.10. copy --- 浅いコピーおよび深いコピー操作 次のトピックへ ...
https://man.plustar.jp/python/library/pprint.html - [similar]
PREV 1 2 3 4 5 6 NEXT