Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 135 for bytes (0.122 sec.)
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 5464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... epresentation for path . If the object is a str or bytes object, then its reference count is incremented. I ... __fspath__() is returned as long as it is a str or bytes object. Otherwise TypeError is raised and NULL is ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 5464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... Only supported for strings. If true, embedded NUL bytes ( '\\0' ) are permitted inside the value. The leng ... rue) 'et' str(encoding='name_of_encoding', accept={bytes, bytearray, str}) 'et#' str(encoding='name_of_enco ... ding', accept={bytes, bytearray, str}, zeroes=True) 'f' float 'h' short ... ect(converter='name_of_c_function') 'p' bool 'S' PyBytesObject 's' str 's#' str(zeroes=True) 's*' Py_buffer ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 5464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... nicode_* と呼ばれます。昔の 8 ビット文字列タイプは bytes() になり、C 関数は PyBytes_* と呼ばれます。Python ... 2.6 以降には互換性ヘッダ bytesobject.h が用意されており、 PyBytes 系の名前を PySt ... を最大限確保するには、 PyUnicode は文字データに、 PyBytes はバイナリデータにだけ使うべきです。ほかにも、Pyth ... on 3 の PyBytes と PyUnicode は Python 2 の PyString と PyUnicode ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 5464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... email modules we'll need from email.parser import BytesParser , Parser from email.policy import default # ... # with open(messagefile, 'rb') as fp: # headers = BytesParser(policy=default).parse(fp) # Or for parsing h ... gs . output , 'wb' ) as fp : fp . write ( msg . as_bytes ( policy = SMTP )) else : with smtplib . SMTP ( 'l ... open ( 'outgoing.msg' , 'wb' ) as f : f . write ( bytes ( msg )) # Send the message via local SMTP server. ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 5464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... には Unicode 文字列 ( str ) および 8 ビット文字列 ( bytes ) が使用できます。しかし、Unicode 文字列と8ビット文 ... と指定する方が良い場合があるかもしれません。 8bit (bytes) パターンに対して: 任意の 10 進数にマッチします; こ ... と指定する方が良い場合があるかもしれません。 8bit (bytes) パターンに対して: ASCII 文字セットにおける空白文字 ... と指定する方が良い場合があるかもしれません。 8bit (bytes) パターンに対して: ASCII 文字セットでの英数字とアン ...
https://man.plustar.jp/python/library/re.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 5464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... us to the subprocess's stdin. If used it must be a byte sequence, or a string if encoding or errors is spec ... stdout ¶ Captured stdout from the child process. A bytes sequence, or a string if run() was called with an ... stderr ¶ Captured stderr from the child process. A bytes sequence, or a string if run() was called with an ... ode, input must be a string. Otherwise, it must be bytes. communicate() returns a tuple (stdout_data, stder ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
memoryview オブジェクト — Python 3.6.5 ドキュメント 5403
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... モリはコピーされて、 memoryview オブジェクトは新しい bytes オブジェクトを参照します。 int PyMemoryView_Check ...
https://man.plustar.jp/python/c-api/memoryview.html - [similar]
22.1. audioop --- 生の音声データを操作する — Python 3.6.5 ドキュメント 5403
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... データの便利な操作を含んでいます。このモジュールは、 bytes-like オブジェクト に保存された、符号付き整数の、ビ ... プルのサポートが追加されました。すべての関数はどんな bytes-like object でも使用できます。文字列の入力は即座に ... フローした場合はラップアラウンドされます。 audioop. byteswap ( fragment , width ) ¶ fragment のすべてのサンプ ... ルを "byteswap" して、修正された fragment を返します。ビッグエ ...
https://man.plustar.jp/python/library/audioop.html - [similar]
7. バイナリデータ処理 — Python 3.6.5 ドキュメント 5403
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... b ) があります。 加えて、 バイナリシーケンス型 --- bytes, bytearray, memoryview に書かれているPythonビルトイ ...
https://man.plustar.jp/python/library/binary.html - [similar]
12.5. dbm --- Unix "データベース" へのインタフェース — Python 3.6.5 ドキュメン... 5403
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... News Network' # Note that the keys are considered bytes now. assert db [ b 'www.python.org' ] == b 'Python ... Website' # Notice how the value is now in bytes. assert db [ 'www.cnn.com' ] == b 'Cable News Netw ...
https://man.plustar.jp/python/library/dbm.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT