Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 64 for binary (0.018 sec.)
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 14444
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a Unix system: >>> from email import message_from_binary_file >>> from email.generator import BytesGenerato ... 'mymsg.txt' , 'rb' ) as f : ... msg = message_from_binary_file ( f , policy = policy . default ) >>> p = Pop ... orrect line separator characters when creating the binary string to feed into sendmail's stdin , where the d ... to be ASCII-only and so will be encoded (see fold_binary() and utf8 below for exceptions), but body parts m ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 11472
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... need to decide which APIs take text and which take binary (it is highly recommended you don't design APIs th ... ext can work with unicode and those that work with binary data work with the bytes type from Python 3 (which ... hat's unicode in Python 2 and str in Python 3, for binary that's str / bytes in Python 2 and bytes in Python ... ., the decode() method is usable on the equivalent binary data type in either Python 2 or 3, but it can't be ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 10367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s to be presented as datetime.datetime objects and binary data to be presented as bytes objects; this flag i ... _types および use_datetime の値に依ります。 base64 Binary 、 bytes または bytearray 。返される型は use_built ... via XML-RPC, use bytes or bytearray classes or the Binary wrapper class described below. Server は、後方互換 ... erted . strftime ( " %d .%m.%Y, %H:%M" )) 21.26.3. Binary オブジェクト ¶ class xmlrpc.client. Binary ¶ このク ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 10237
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 命令を実行し、スタックへ結果をプッシュし戻します。 BINARY_POWER ¶ TOS = TOS1 ** TOS を実行します。 BINARY_MU ... LTIPLY ¶ TOS = TOS1 * TOS を実行します。 BINARY_MATRIX_MULTIPLY ¶ TOS = TOS1 @ TOS を実行します。 ... バージョン 3.5 で追加. BINARY_FLOOR_DIVIDE ¶ TOS = TOS1 // TOS を実行します。 BI ... NARY_TRUE_DIVIDE ¶ TOS = TOS1 / TOS を実行します。 BINARY_MODULO ¶ TOS = TOS1 % TOS を実行します。 BINARY_AD ...
https://man.plustar.jp/python/library/dis.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 9620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed to flatten a message into a text (as opposed to binary) serialized representation, but since Unicode cann ... ot represent binary data directly, the message is of necessity transfo ... p . outfp must support a write method that accepts binary data. If optional mangle_from_ is True , put a > c ... ) ), which simplify the generation of a serialized binary representation of a message object. For more detai ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 9620
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... r framework. binascii Tools for converting between binary and various ASCII-encoded binary representations. ... hex4 format. bisect Array bisection algorithms for binary searching. builtins The module that provides the b ... Distutils command. distutils.command.bdist Build a binary installer for a package distutils.command.bdist_du ... chive of files distutils.command.bdist_msi Build a binary distribution as a Windows MSI file distutils.comma ...
https://man.plustar.jp/python/py-modindex.html - [similar]
14.5. plistlib --- Mac OS X .plist ファイルの生成と解析 — Python 3.6.5 ドキュメ... 8888
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を自動検出します FMT_XML : XML ファイル形式です FMT_BINARY : バイナリの plist 形式です use_builtin_types が真 ... きます。 FMT_XML : XML 形式の plist ファイルです FMT_BINARY : バイナリ形式の plist ファイルです sort_keys が真 ... XML 形式です バージョン 3.4 で追加. plistlib. FMT_BINARY ¶ plist ファイルのバイナリ形式です バージョン 3.4 ... e = True , aFalseValue = False , ), someData = b "<binary gunk>" , someMoreData = b "<lots of binary gunk>" ...
https://man.plustar.jp/python/library/plistlib.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 8141
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... o contain only ASCII text or, if utf8 is True , no binary attachments. バージョン 3.3 で変更: キーワード引数 ... , headersonly=False ) ¶ Read all the data from the binary file-like object fp , parse the resulting bytes, a ... の削除。キーワード引数 policy の追加。 message_from_binary_file(fp, _class=None, *, policy=policy.compat32) R ... eturn a message object structure tree from an open binary file object . This is equivalent to BytesParser(). ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 8141
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 2012 tools '226 Directory send OK.' >>> ftp . retrbinary ( 'RETR README' , open ( 'README' , 'wb' ) . write ... キストバージョンでは lines 、バイナリバージョンでは binary の語がメソッド名の終わりについています。 FTP インス ... せん。それ以外は error_reply を発生します。 FTP. retrbinary ( cmd , callback , blocksize=8192 , rest=None ) ¶ ... Retrieve a file in binary transfer mode. cmd should be an appropriate RETR c ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
安定 ABI (Stable Appliction Binary Interface) — Python 3.6.5 ドキュメント 7897
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 安定 ABI (Stable Appliction Binary Interface) ¶ 伝統的に Python の C API はリリース毎 ...
https://man.plustar.jp/python/c-api/stable.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT