Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 36 for encoded (0.040 sec.)
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 7559
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a buffer in the standard application/x-www-form-urlencoded format. The urllib.parse.urlencode() function take ... turns an ASCII string in this format. It should be encoded to bytes before being used as the data parameter. ... not None, Content-Type: application/x-www-form-urlencoded will be added as a default. 最後の二つの引数は、サ ... a data URL. This kind of URL contains the content encoded in the URL itself. The data URL syntax is specifie ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 7433
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ad should be a string object (which might be a CTE encoded binary payload). Note that is_multipart() returnin ... contains non-ASCII characters, it is automatically encoded in RFC 2231 format using a CHARSET of utf-8 and a ...
https://man.plustar.jp/python/library/email.message.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 7433
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . It should return bytes data that will be base64 encoded and sent to the server. It should return None if t ... 3.5 で変更: string usernames and passwords are now encoded to utf-8 instead of being limited to ASCII. IMAP4. ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 7433
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t:port/path . The user:pass portion will be base64-encoded as an HTTP 'Authorization' header, and sent to the ... of this binary item to the out stream object. The encoded data will have newlines every 76 characters as per ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 7322
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he message object contains binary data that is not encoded according to RFC standards, the non-compliant data ... ad should be a string object (which might be a CTE encoded binary payload. (Note that is_multipart() returnin ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 7322
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 7bit , 8bit , and binary . If the input cannot be encoded in the specified encoding (for example, specifying ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 7322
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... object by calling digest() (or hexdigest() for hex-encoded string). >>> from hashlib import blake2b >>> h = b ... d from BLAKE. This example shows how to get a (hex-encoded) 128-bit authentication code for message b'message ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7322
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... now supported on Windows, provided those bytes are encoded with the encoding returned by sys.getfilesystemenc ... os.fsdecode() to ensure their bytes are correctly encoded. To revert to the previous behaviour, set PYTHONLE ... by Victor Stinner in bpo-23848 .) fileinput ¶ hook_encoded() now supports the errors argument. (Contributed b ... 関数ならびに型 ¶ Undocumented functions PyUnicode_AsEncodedObject() , PyUnicode_AsDecodedObject() , PyUnicode_ ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 7195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... a UTF-8 Byte Order Mark (BOM), followed by Unicode encoded using UTF-8. (See the relevant section of the spec ... sequence before it and arbitrary Unicode after it, encoded using UTF-8, then you need to do the following: Sy ... コードされるだけです。 The formatted message will be encoded using UTF-8 encoding by SysLogHandler . If you fol ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 7195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ot None : # No guess could be made, or the file is encoded (compressed), so # use a generic bag-of-bits type. ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
PREV 1 2 3 4 NEXT