Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 135 for bytes (0.113 sec.)
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 5716
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... : The -VV option. 1.1.3. その他のオプション ¶ -b ¶ bytes または bytearray を str と比較した場合、または、 b ... は、エラーを発生させます。 バージョン 3.5 で変更: bytes と int の比較に影響します。 -B ¶ 与えられた場合、P ... ッシュのランダム化を有効にします。これにより、 str, bytes, datetime 型の __hash__() 値が予測不可能な乱数で " ... いない場合や random に設定された場合、乱数値が str、bytes ならびに datetime オブジェクトのハッシュのシードに ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 5716
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... はこれは空のタプルです。 フォーマット 'B' (unsigned bytes) での memoryview 要素へのアクセスは整数を返すように ... りました (struct モジュールでの構文に従っています)。bytes オブジェクトが欲しければまずビューを 'c' で cast() ... 性を反映して行われるようになりました ( bpo-13201 )。 bytes と bytearray オブジェクトのメソッド count() , find ... た。 (Contributed by Petri Lehtinen in bpo-12170 .) bytes と bytearray オブジェクトのメソッド rjust() , ljus ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
8.7. array --- 効率のよい数値アレイ — Python 3.6.5 ドキュメント 5668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... initializer を渡すと初期値になりますが、 リスト、 bytes-like object または適当な型のイテレーション可能オブ ... lizer は新たに作成されたアレイの fromlist() 、 frombytes() あるいは fromunicode() メソッド (以下を参照) に渡 ... オブジェクトはバッファインタフェースを実装しており、 bytes-like objects をサポートしている場所ならどこでも利用 ... ファプロトコル (buffer Protocol) にあります。 array. byteswap ( ) ¶ アレイのすべての要素に対して「バイトスワッ ...
https://man.plustar.jp/python/library/array.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 5668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンインタフェース を参照してください。 difflib. diff_bytes ( dfunc , a , b , fromfile=b'' , tofile=b'' , from ... n=3 , lineterm=b'\n' ) ¶ dfunc を使用して a と b (bytes オブジェクトのリスト) を比較して、差分形式の行 (こ ... れも bytes オブジェクトです) を*dfunc* の戻り値の形式で返しま ... のデータ同士を比較できます。 n 以外のすべての入力は、bytes オブジェクトである必要があります。 n 以外のすべての ...
https://man.plustar.jp/python/library/difflib.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 5668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を呼びだすことによって追加することができます。 s は bytes または str のインスタンスにできます。このセマンティ ... ンストラクタで与えられた charset が使われます。 s は bytes または str のインスタンスです。 bytes のインスタン ... s the errors argument to the decode call if s is a byte string. encode ( splitchars='; , \t' , maxlinelen=N ...
https://man.plustar.jp/python/library/email.header.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 5668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s of such strings). 32bit に収まる整数。 大きさ4の bytes オブジェクトに (最上位オクテットが最初になるように ... ¶ このアドレスのバイナリ表現 - 適切な長さをもった bytes オブジェクト(最上位オクテットが先頭)。 IPv4 では 4 ... 収まる整数。 ビッグエンディアンで 16 バイトの長さの bytes オブジェクトにパックされた整数。 >>> ipaddress . I ... スが address に、マスクが /32 になります。 4byte の bytes オブジェクトにビッグエンディアンでパックされた整数 ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 5668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ent. It can return the RFC 4954 "initial response" bytes which will be encoded and sent with the AUTH comma ... nse; the challenge argument it is passed will be a bytes . It should return bytes data that will be base64 ... ing containing characters in the ASCII range, or a byte string. A string is encoded to bytes using the asci ... \n characters are converted to \r\n characters. A byte string is not modified. まだセッションが無い場合は、 ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 5668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sock . connect (( HOST , PORT )) sock . sendall ( bytes ( data + " \n " , "utf-8" )) # Receive data from t ... ent to the recipient via sendto(). sock . sendto ( bytes ( data + " \n " , "utf-8" ), ( HOST , PORT )) rece ... _thread = threading . current_thread () response = bytes ( " {} : {} " . format ( cur_thread . name , data ... : sock . connect (( ip , port )) sock . sendall ( bytes ( message , 'ascii' )) response = str ( sock . rec ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
34.4. winsound --- Windows 用の音声再生インタフェース — Python 3.6.5 ドキュメン... 5668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a filename, a system sound alias, audio data as a bytes-like object , or None . Its interpretation depends ... PlaySound() is a memory image of a WAV file, as a bytes-like object . 注釈 このモジュールはメモリ上のイメー ...
https://man.plustar.jp/python/library/winsound.html - [similar]
14.4. xdrlib --- XDR データのエンコードおよびデコード — Python 3.6.5 ドキュメン... 5668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 長の不透明データ文字列をパックします。 Packer. pack_bytes ( bytes ) ¶ pack_string() と同じく、可変長のバイト ... タ文字列をアンパックして返します。 Unpacker. unpack_bytes ( ) ¶ unpack_string() と同様に、可変長のバイトスト ...
https://man.plustar.jp/python/library/xdrlib.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT