Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 92 for encoding (0.027 sec.)
codec レジストリとサポート関数 — Python 3.6.5 ドキュメント 13597
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ec 検索関数を登録します。 副作用として、この関数は encodings パッケージが常に検索関数の先頭に来るように、まだロ ... ドされていない場合はロードします。 int PyCodec_KnownEncoding ( const char *encoding ) ¶ encoding のための登録さ ... * PyCodec_Encode ( PyObject *object , const char *encoding , const char *errors ) ¶ 汎用の codec ベースの enc ... ode API. encoding に応じて見つかったエンコーダ関数に対して object を ...
https://man.plustar.jp/python/c-api/codec.html - [similar]
22.3. sunau --- Sun AUファイルの読み書き — Python 3.6.5 ドキュメント 10639
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ta size データの物理サイズをバイト数で示したもの。 encoding オーディオサンプルのエンコード形式。 sample rate サ ... .snd を整数に変換したものです。 sunau. AUDIO_FILE_ENCODING_MULAW_8 ¶ sunau. AUDIO_FILE_ENCODING_LINEAR_8 ¶ su ... nau. AUDIO_FILE_ENCODING_LINEAR_16 ¶ sunau. AUDIO_FILE_ENCODING_LINEAR_24 ¶ ... sunau. AUDIO_FILE_ENCODING_LINEAR_32 ¶ sunau. AUDIO_FILE_ENCODING_ALAW_8 ¶ AU ...
https://man.plustar.jp/python/library/sunau.html - [similar]
32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 10573
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のサポートを追加。 tokenize() determines the source encoding of the file by looking for a UTF-8 BOM or encoding ... 理行にわたって続いているときに作られます。 tokenize. ENCODING ¶ Token value that indicates the encoding used to ... rst token returned by tokenize() will always be an ENCODING token. もう一つの関数がトークン化プロセスを逆転する ... とがあり得ます。 It returns bytes, encoded using the ENCODING token, which is the first token sequence output by ...
https://man.plustar.jp/python/library/tokenize.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 10095
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ers, using the standard email RFC Content Transfer Encoding techniques for encoding email messages for transpo ... ginal, and preserve the non-ASCII Content-Transfer-Encoding of any body parts that have them. If cte_type is 7 ... needed using an ASCII-compatible Content-Transfer-Encoding . That is, transform parts with non-ASCII Content- ... Transfer-Encoding ( Content-Transfer-Encoding: 8bit ) to an ASCII co ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
21.8. urllib.parse --- URL を解析して構成要素にする — Python 3.6.5 ドキュメント 9405
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , keep_blank_values=False , strict_parsing=False , encoding='utf-8' , errors='replace' ) ¶ 文字列引数として渡さ ... なら ValueError 例外を送出します。 任意のパラメータ encoding および errors はパーセントエンコードされたシーケン ... ue を指定して) 使用します。 バージョン 3.2 で変更: encoding および errors パラメータが追加されました。 urllib. ... , keep_blank_values=False , strict_parsing=False , encoding='utf-8' , errors='replace' ) ¶ 文字列引数として渡さ ...
https://man.plustar.jp/python/library/urllib.parse.html - [similar]
19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 9060
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます)。デフォルトは 7-bit の us-ascii です。 header_encoding ¶ この文字集合が電子メールヘッダに使われる前にエン ... す。そうでない場合、この値は None になります。 body_encoding ¶ header_encoding と同じですが、この値はメッセージ ... ダ用のエンコーディングとは違うかもしれません。 body_encoding では、 Charset.SHORTEST を使うことはできません。 o ... ンスタンスは、以下のメソッドも持っています: get_body_encoding ( ) ¶ メッセージ本体のエンコードに使われる content ...
https://man.plustar.jp/python/library/email.charset.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 8570
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ll=False , cwd=None , timeout=None , check=False , encoding=None , errors=None ) ¶ args で指定されたコマンドを ... If used it must be a byte sequence, or a string if encoding or errors is specified or universal_newlines is tr ... び標準エラー出力が捕捉できた場合に格納されます。 If encoding or errors are specified, or universal_newlines is ... stderr are opened in text mode using the specified encoding and errors or the io.TextIOWrapper default. Otherw ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 8503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... トのシーケンスとして翻訳する規則を エンコーディング (encoding) と呼びます。 まず考え付くエンコーディングは 32-bi ... are often helpful; see the entries for " character encoding " and UTF-8 , for example. Python の Unicode サポー ... エンコーディングを使うことができます: # -*- coding: <encoding name> -*- 追記: Python3 は Unicode 文字を使った識別 ... ることもできます。このメソッドは UTF-8 のような値を encoding 引数に取り、オプションで errors 引数を取ります。 e ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 8503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブクラスです。 exception http.client. UnknownTransferEncoding ¶ HTTPException サブクラスです。 exception http.cl ... aders contains neither Content-Length nor Transfer-Encoding, but there is a request body, one of those header ... n general) will be chunk-encoded, and the Transfer-Encoding header will automatically be set instead of Conten ... code_chunked argument is only relevant if Transfer-Encoding is specified in headers . If encode_chunked is Fal ...
https://man.plustar.jp/python/library/http.client.html - [similar]
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 8371
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 下の関数が定義されています。 codecs. encode ( obj , encoding='utf-8' , errors='strict' ) ¶ encoding に記載された ... 底クラス を参照してください。 codecs. decode ( obj , encoding='utf-8' , errors='strict' ) ¶ encoding に記載された ... うにして直接調べることができます。 codecs. lookup ( encoding ) ¶ Python codec レジストリから codec 情報を探し、 ... の検索に lookup() を使います: codecs. getencoder ( encoding ) ¶ 与えられたエンコーディングに対する codec を検索 ...
https://man.plustar.jp/python/library/codecs.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT