Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 45 for characters (0.041 sec.)
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 7992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... key will be added. If the value contains non-ASCII characters, the charset and language may be explicitly contro ... ple is not passed and the value contains non-ASCII characters, it is automatically encoded in RFC 2231 format us ... n example of the extended interface with non-ASCII characters: msg . add_header ( 'Content-Disposition' , 'attac ... to Content-Type . If the value contains non-ASCII characters, the charset and language may be explicitly specif ...
https://man.plustar.jp/python/library/email.message.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 7992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ur = con . cursor () cur . execute ( "create table characters(c)" ) theIter = IterChars () cur . executemany ( " ... insert into characters(c) values (?)" , theIter ) cur . execute ( "select ... c from characters" ) print ( cur . fetchall ()) もう少し短いジェネレ ... ur = con . cursor () cur . execute ( "create table characters(c)" ) cur . executemany ( "insert into characters( ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 7992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーシャルすることはできません。 When passing strings, characters special to XML such as < , > , and & will be autom ... esponsibility to ensure that the string is free of characters that aren't allowed in XML, such as the control ch ... ject. The encoded data will have newlines every 76 characters as per RFC 2045 section 6.8 , which was the de fac ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
20.8. xml.dom.pulldom --- 部分的な DOM ツリー構築のサポート — Python 3.6.5 ドキ... 7870
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... NT END_ELEMENT COMMENT START_DOCUMENT END_DOCUMENT CHARACTERS PROCESSING_INSTRUCTION IGNORABLE_WHITESPACE node は ... ND_ELEMENT or xml.dom.minidom.Text if event equals CHARACTERS . The current node does not contain information ab ...
https://man.plustar.jp/python/library/xml.dom.pulldom.html - [similar]
19.8. binascii --- バイナリデータと ASCII データとの間での変換 — Python 3.6.5 ... 7625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... alse ) ¶ Convert binary data to a line(s) of ASCII characters in quoted-printable encoding. The return value is ... onal argument header is present and false, newline characters will be encoded as well; otherwise linefeed conver ...
https://man.plustar.jp/python/library/binascii.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 7518
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nted and just before readline starts reading input characters. This function only exists if Python was compiled ... These functions access the rl_completer_word_break_characters variable in the underlying library. readline. set_ ...
https://man.plustar.jp/python/library/readline.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 7273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n on header values when they may contain non-ASCII characters: >>> _ , _ , first , last , _ = s . group ( 'gmane ... a header value, un-escaping any escaped non-ASCII characters. header_str must be a str object. The unescaped va ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 7273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... l version="1.0"?> <actors xmlns:fictional= "http://characters.example.com" xmlns= "http://people.example.com" > ... me . text ) for char in actor . findall ( '{http://characters.example.com}character' ): print ( ' |-->' , char . ... ' : 'http://people.example.com' , 'role' : 'http://characters.example.com' } for actor in root . findall ( 'real ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 7150
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... re strings that are supposed to contain only ASCII characters; there is some special handling for non-ASCII inpu ... and it was not perfectly formed (missing padding, characters outside the base64 alphabet), then an appropriate ... perty ( InvalidBase64PaddingDefect or InvalidBase64CharactersDefect , respectively). When decode is False (the d ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 7150
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e parser and generator also handle streams of text characters, but this usage is discouraged as it is too easy t ...
https://man.plustar.jp/python/library/email.html - [similar]
PREV 1 2 3 4 5 NEXT