Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 96 for ASCII (0.098 sec.)
19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 5844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... o-8859-1 に変換されます)。デフォルトは 7-bit の us-ascii です。 header_encoding ¶ この文字集合が電子メールヘ ...
https://man.plustar.jp/python/library/email.charset.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 5844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... items can be accessed as a dictionary, and any non-ASCII will # be converted to unicode: print ( 'To:' , ms ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 5844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ch a message to be valid is for it to contain only ASCII text or, if utf8 is True , no binary attachments. ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
27.2. faulthandler --- Python tracebackのダンプ — Python 3.6.5 ドキュメント 5844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は通常のPythonのtracebackと比べてごく僅かなものです: ASCIIのみサポートされます。エンコード時には backslashrepl ...
https://man.plustar.jp/python/library/faulthandler.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 5844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... xt() slice() any() divmod() id() object() sorted() ascii() enumerate() input() oct() staticmethod() bin() e ... n iterable : if element : return True return False ascii ( object ) ¶ repr() と同様、オブジェクトの印字可能 ... 列を返しますが、 repr() によって返された文字列中の非 ASCII 文字は \x 、 \u 、 \U エスケープを使ってエスケープ ...
https://man.plustar.jp/python/library/functions.html - [similar]
21.23. http.cookies --- HTTPの状態管理 — Python 3.6.5 ドキュメント 5844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 文解析規則にせざるを得ませんでした。 文字集合 string.ascii_letters 、 string.digits 、 !#$%&'*+-.^_`|~: を、こ ...
https://man.plustar.jp/python/library/http.cookies.html - [similar]
21. インターネットプロトコルとサポート — Python 3.6.5 ドキュメント 5844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を解析して構成要素にする 21.8.1. URL の解析 21.8.2. ASCII エンコードバイト列の解析 21.8.3. 構造化された解析結 ...
https://man.plustar.jp/python/library/internet.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 5844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rt string def char_generator (): for c in string . ascii_lowercase : yield ( c ,) con = sqlite3 . connect ( ... %f ; %f " % ( point . x , point . y )) . encode ( 'ascii' ) def convert_point ( s ): x , y = list ( map ( f ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 5844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... M_cert_to_DER_cert ( PEM_cert_string ) ¶ PEM 形式のASCII文字列として与えられた証明書から、同じ証明書をDERエン ... トを指定する場合は、PEM エンコードの証明書一つ以上の ASCII 文字列か、DER エンコードの証明書の bytes-like obje ... ます。 ['http/1.1', 'spdy/2'] のような推奨順に並べた ASCII 文字列のリストでなければなりません。プロトコルの選 ...
https://man.plustar.jp/python/library/ssl.html - [similar]
22.3. sunau --- Sun AUファイルの読み書き — Python 3.6.5 ドキュメント 5844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ャンネル数。 info オーディオファイルについての説明をASCII文字列で示したもの(null バイトで埋められます)。 in ...
https://man.plustar.jp/python/library/sunau.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT