Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 92 for encoding (0.064 sec.)
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 7137
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... et_payload() を使い、必要に応じて Content-Transfer-Encoding やその他のヘッダをメッセージオブジェクトに追加する ... et_payload() を使い、必要に応じて Content-Transfer-Encoding やその他のヘッダをメッセージオブジェクトに追加する ... et_payload() を使い、必要に応じて Content-Transfer-Encoding やその他のヘッダをメッセージオブジェクトに追加する ... r with a charset parameter, and a Content-Transfer-Encoding header. This means that a subsequent set_payload c ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7137
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dout.errors (おそらく 'strict' ) として sys.stdout.encoding にエンコードできない場合、エラーハンドラを 'backsl ... ashreplace' として sys.stdout.encoding にエンコードします。 sys.displayhook は、Pythonの対 ... codeError : bytes = text . encode ( sys . stdout . encoding , 'backslashreplace' ) if hasattr ( sys . stdout , ... es ) else : text = bytes . decode ( sys . stdout . encoding , 'strict' ) sys . stdout . write ( text ) sys . s ...
https://man.plustar.jp/python/library/sys.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6925
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... P 528 and PEP 529 , Windows filesystem and console encoding changed to UTF-8. py.exe ランチャーを対話的に使うと ... Windows, provided those bytes are encoded with the encoding returned by sys.getfilesystemencoding() , which no ... o the previous behaviour, set PYTHONLEGACYWINDOWSFSENCODING or call sys._enablelegacywindowsfsencoding() . See ... n , sys.stdout and sys.stderr now default to utf-8 encoding. This change only applies when using an interactiv ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 6858
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... decoded or not, according to the Content-Transfer-Encoding header. When True and the message is not a multipa ... alue is quoted-printable or base64 . If some other encoding is used, or Content-Transfer-Encoding header is mi ... as a string without decoding the Content-Transfer-Encoding . However, for a Content-Transfer-Encoding of 8bit ... _charset に再エンコードされます。 Content-Transfer-Encoding ヘッダが存在しなければ、ペイロードは、必要なら指定 ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 6858
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 文字列を返します。 xml.parsers.expat. ParserCreate ( encoding=None , namespace_separator=None ) ¶ 新しい xmlpars ... er オブジェクトを作成し、返します。 encoding が指定されていた場合、XMLデータで使われている文字列 ... は、UTF-8, UTF-16, ISO-8859-1 (Latin1), ASCII です。 encoding [1] が指定されると、文書に対する明示的、非明示的な ... mlparser. ExternalEntityParserCreate ( context [ , encoding ] ) ¶ 親となるパーザで解析された内容が参照している ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 6792
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mespace(infile=<_io.TextIOWrapper name='input.txt' encoding='UTF-8'>, outfile=<_io.TextIOWrapper name='output. ... txt' encoding='UTF-8'>) >>> parser . parse_args ([]) Namespace(i ... nfile=<_io.TextIOWrapper name='<stdin>' encoding='UTF-8'>, outfile=<_io.TextIOWrapper name='<stdout ... >' encoding='UTF-8'>) '*' -- すべてのコマンドライン引数がリスト ...
https://man.plustar.jp/python/library/argparse.html - [similar]
21.27. xmlrpc.server --- 基本的なXML-RPCサーバー — Python 3.6.5 ドキュメント 6712
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... estHandler , logRequests=True , allow_none=False , encoding=None , bind_and_activate=True , use_builtin_types= ... にするとはログは記録されません。 引数 allow_none と encoding は xmlrpc.client に渡され、サーバーが返す XML-RPC ... rver. CGIXMLRPCRequestHandler ( allow_none=False , encoding=None , use_builtin_types=False ) ¶ CGI 環境における ... トハンドラーを新たに作成します。 引数 allow_none と encoding は xmlrpc.client に渡され、サーバーが返す XML-RPC ...
https://man.plustar.jp/python/library/xmlrpc.server.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 6646
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... class logging. FileHandler ( filename , mode='a' , encoding=None , delay=False ) ¶ FileHandler クラスの新たなイ ... 。 mode が指定されなかった場合、 'a' が使われます。 encoding が None でない場合、その値はファイルを開くときのエ ... ndlers. WatchedFileHandler ( filename , mode='a' , encoding=None , delay=False ) ¶ WatchedFileHandler クラスの ... 。 mode が指定されなかった場合、 'a' が使われます。 encoding が None でない場合、その値はファイルを開くときのエ ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 6580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Object * PyUnicodeDecodeError_Create ( const char *encoding , const char *object , Py_ssize_t length , Py_ssiz ... _t start , Py_ssize_t end , const char *reason ) ¶ encoding , object , length , start , end , reason 属性をもっ ... た UnicodeDecodeError オブジェクトを作成します。 encoding および reason は UTF-8 エンコードされた文字列です。 ... Object * PyUnicodeEncodeError_Create ( const char *encoding , const Py_UNICODE *object , Py_ssize_t length , P ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
19.6. base64 --- Base16, Base32, Base64, Base85 データの符号化 — Python 3.6.5 ... 6580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ided by this module. The modern interface supports encoding bytes-like objects to ASCII bytes , and decoding b ... ng from strings, but it does provide functions for encoding and decoding to and from file objects . It only su ... ssage Bodies Section 5.2, "Base64 Content-Transfer-Encoding," provides the definition of the base64 encoding. ...
https://man.plustar.jp/python/library/base64.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT