Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 61 for buffer (0.087 sec.)
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 6334
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nk of data to hash, which must be interpretable as buffer of bytes. digest_size : size of output digest in b ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 6334
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を意味します。 負のサイズ (デフォルト) は io.DEFAULT_BUFFER_SIZE のシステムデフォルトが使用されることを意味しま ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 6334
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... f.util import FileWrapper # We're using a StringIO-buffer for as the file-like object filelike = StringIO ( ... of stdout should write each chunk in full, like io.BufferedIOBase . class wsgiref.handlers. BaseHandler ¶ こ ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 6334
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... 力と標準エラー出力のストリームのバイナリーレイヤー ( buffer 属性として利用可能) がバッファされないよう強制しま ... レクトされた場合はブロックバッファされます。 PYTHONUNBUFFERED も参照してください。 -v ¶ モジュールが初期化され ... インスペクトモードを強制することができます。 PYTHONUNBUFFERED ¶ この変数に空でない文字列を設定するのは -u オプ ... y this variable is ignored for interactive console buffers unless PYTHONLEGACYWINDOWSSTDIO is also specified ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 6334
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... . flush () TypeError : 'str' does not support the buffer interface The above exception was the direct cause ... odec failed (TypeError: 'str' does not support the buffer interface) そしてついに、ここまで実例で見てきたよう ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 6262
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ame , mode='r' , encoding=None , errors='strict' , buffering=1 ) ¶ エンコードされたファイルを mode を使って開 ... ンコード時にエラーがあれば ValueError を送出します。 buffering は組み込み関数 open() の場合と同じ意味を持ちます ... を提供するオブジェクトである必要があります。例えば、buffer オブジェクトやメモリマップドファイルでなければなり ...
https://man.plustar.jp/python/library/codecs.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 6262
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... at() も参照してください。 open ( file , mode='r' , buffering=-1 , encoding=None , errors=None , newline=None ... n 自身で行われ、よってプラットフォーム非依存です。 buffering はオプションの整数で、バッファリングの方針を設定 ... ト単位で指定するには 1 以上の整数を渡してください。 buffering 引数が与えられていないとき、デフォルトのバッファ ... て選択され、それが不可能な場合は代わりに io.DEFAULT_BUFFER_SIZE が使われます。多くのシステムでは、典型的なバッ ...
https://man.plustar.jp/python/library/functions.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 6262
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... For an HTTP POST request method, data should be a buffer in the standard application/x-www-form-urlencoded ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6262
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ます。バッファリングの有効化にはパーサオブジェクトの buffer_text 属性を True にセットします。 random モジュール ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6262
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 字列を C の double に変換します。 PyOS_ascii_formatd(buffer, buf_len, format, d) は double を ASCII 文字列に変 ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT