Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 51 for header (0.061 sec.)
3. setup 設定ファイル (setup configuration file) を書く — Python 3.6.5 ドキュメ... 6624
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... nclude-dirs (-I) list of directories to search for header files --define (-D) C preprocessor macros to defin ...
https://man.plustar.jp/python/distutils/configfile.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 6624
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... FCs) that the parser may detect. Then we cover the headerregistry and the contentmanager sub-components, whi ... vide tools for doing more detailed manipulation of headers and payloads, respectively. Both of these compone ... 5. email.errors : 例外及び欠陥クラス 19.1.6. email.headerregistry : カスタムヘッダーオブジェクト 19.1.7. ema ... ールと MIME オブジェクトを一から作成 19.1.11. email.header : 国際化されたヘッダ 19.1.12. email.charset : 文字 ...
https://man.plustar.jp/python/library/email.html - [similar]
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 6624
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Additional HTTP Status Codes RFC 6585 431 REQUEST_HEADER_FIELDS_TOO_LARGE Additional HTTP Status Codes RFC ...
https://man.plustar.jp/python/library/http.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 6624
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed 2 GiB, pass force_zip64=True to ensure that the header format is capable of supporting large files. If th ... iles in the archive and check their CRC's and file headers. Return the name of the first bad file, or else r ... pInfo. external_attr ¶ 外部ファイル属性。 ZipInfo. header_offset ¶ ファイルヘッダへのバイトオフセット。 ZipI ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
22.3. sunau --- Sun AUファイルの読み書き — Python 3.6.5 ドキュメント 6594
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : フィールド 内容 magic word 4バイト文字列 .snd 。 header size infoを含むヘッダのサイズをバイト数で示したもの ...
https://man.plustar.jp/python/library/sunau.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 6549
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rse import sys @asyncio . coroutine def print_http_headers ( url ): url = urllib . parse . urlsplit ( url ) ... e ( 'latin1' ) . rstrip () if line : print ( 'HTTP header> %s ' % line ) # Ignore the body, close the socket ... oop () task = asyncio . ensure_future ( print_http_headers ( url )) loop . run_until_complete ( task ) loop ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 6549
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e raised. The stack frames are printed following a header line which says: Stack (most recent call last): こ ... e raised. The stack frames are printed following a header line which says: Stack (most recent call last): こ ...
https://man.plustar.jp/python/library/logging.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6549
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... will be base64-encoded as an HTTP 'Authorization' header, and sent to the remote server as part of the conn ... コード。 errmsg ¶ エラーメッセージまたは診断文字列。 headers ¶ エラーの原因となったHTTP/HTTPSリクエストを含む辞 ... int ( "URL: %s " % err . url ) print ( "HTTP/HTTPS headers: %s " % err . headers ) print ( "Error code: %d " ... ort ): def set_proxy ( self , host , port = None , headers = None ): self . proxy = host , port self . proxy ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 6549
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... hments) and for implementing internet encoding and header protocols. json パッケージはこの一般的なデータ交換 ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 6549
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... = 0 for i in range ( 3 ): # show the first 3 file headers start += 14 fields = struct . unpack ( '<IIIHH' , ... start += extra_size + comp_size # skip to the next header 11.4. マルチスレッディング ¶ スレッド処理 (threadi ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
PREV 1 2 3 4 5 6 NEXT