Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 135 for bytes (0.123 sec.)
8. データ型 — Python 3.6.5 ドキュメント 5307
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 str クラスは Unicode データを扱うことができ、 bytes クラスはバイナリデータを扱うことができます。 この章 ...
https://man.plustar.jp/python/library/datatypes.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 5307
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... erialized version of an email message (a stream of bytes) and converts it into a tree of EmailMessage objec ... n EmailMessage and turns it back into a serialized byte stream. (The parser and generator also handle strea ...
https://man.plustar.jp/python/library/email.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 5259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 結合するのに最も効率的な方法は何ですか? ¶ str および bytes オブジェクトはイミュータブルなので、多くの文字列の ... なイディオムは、 io.StringIO を使うことです) 多くの bytes オブジェクトを累積するのにおすすめのイディオムは、 ... 拡張することです: result = bytearray () for b in my_bytes_objects : result += b シーケンス(タプル/リスト) ¶ ...
https://man.plustar.jp/python/faq/programming.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 5259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... data) by having its more() method return the empty bytes object. At this point the async_chat object remove ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 5259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... あります。抽象化された UNIX ソケット、 str 、そして bytes のパスを指定できます。 引数については AbstractEven ... ¶ coroutine AbstractEventLoop. sock_recv ( sock , nbytes ) ¶ ソケットからデータを受け取ります。 socket.sock ... ロックをモデルにしています。 受け取ったデータを表す bytes オブジェクトを返します。 一度に受け取るデータの最大 ... 量を nbytes で指定します。 SelectorEventLoop イベントループの場 ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 5259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... edure probably called with not enough arguments (4 bytes missing) >>> >>> windll . msvcrt . printf ( b "spa ... ocedure probably called with too many arguments (4 bytes in excess) >>> 正しい呼び出し規約を知るためには、呼 ... ( 3 ) # create a 3 byte buffer, initialized to NUL bytes >>> print ( sizeof ( p ), repr ( p . raw )) 3 b'\x ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 5259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、 data 引数はユニコード文字列です。 False の場合は bytes オブジェクトです。 kwargs is a dictionary containi ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
20.9. xml.sax --- SAX2 パーサのサポート — Python 3.6.5 ドキュメント 5259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ring をパースします。 string は str インスタンスか bytes-like object でなければなりません。 バージョン 3.5 ...
https://man.plustar.jp/python/library/xml.sax.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 5259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... 受け取ったり、返したりできるようになります。 (パスに bytes を使うのは Windows では非推奨で、 bytes を使ってい ...
https://man.plustar.jp/python/using/windows.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 5199
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... ます。 The addstr() method takes a Python string or bytestring as the value to be displayed. The contents of ... bytestrings are sent to the terminal as-is. Strings are ... encoded to bytes using the value of the window's encoding attribute ... acter, which can be either a string of length 1, a bytestring of length 1, or an integer. Constants are pro ...
https://man.plustar.jp/python/howto/curses.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT