Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 50 for stream (0.030 sec.)
20.9. xml.sax --- SAX2 パーサのサポート — Python 3.6.5 ドキュメント 7324
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... でなければなりません。 xml.sax. parse ( filename_or_stream , handler , error_handler=handler.ErrorHandler() ) ... パーサをドキュメントの解析に使用します。 filename_or_stream として与えられるドキュメントは、ファイル名でもファ ...
https://man.plustar.jp/python/library/xml.sax.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 7324
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 要素のタプルを返します: (encode_func, decode_func, stream_reader, stream_writer) 。 encode_func は、Unicode ... が、8 ビット文字列何文字が消費されたかを表します。 stream_reader は、ストリームからの入力のデコードをサポート ... するクラスです。 stream_reader(file_obj) はメソッド read() , readline() , ... ーディングで全て変換して Unicode 文字列を返します。 stream_writer は同じように、ストリームへのエンコードした出 ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 7158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ication. MIMEApplication ( _data , _subtype='octet-stream' , _encoder=email.encoders.encode_base64 , * , pol ... ブタイプを設定します。サブタイプのデフォルトは octet-stream です。 オプション引数の _encoder は呼び出し可能なオ ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 7158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... f the sock.family is AF_INET and sock.type is SOCK_STREAM , and the socket has SO_REUSEADDR or SO_REUSEPORT ... ort ( family=socket.AF_INET , socktype=socket.SOCK_STREAM ) ¶ Returns an unused port that should be suitable ... e as the sock parameter (default is AF_INET , SOCK_STREAM ), and binding it to the specified host address (d ...
https://man.plustar.jp/python/library/test.html - [similar]
27.4. Python プロファイラ — Python 3.6.5 ドキュメント 6978
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) sortby = 'cumulative' ps = pstats . Stats ( pr , stream = s ) . sort_stats ( sortby ) ps . print_stats () ... ます。 class pstats. Stats ( *filenames or profile , stream=sys.stdout ) ¶ このコンストラクタは filename で指定 ... 情報オブジェクト" のインスタンスを生成します。出力は stream で指定したストリームに出力されます。 The file sele ...
https://man.plustar.jp/python/library/profile.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... きるからです。 ファイルエンコーディングの変換 ¶ The StreamRecoder class can transparently convert between enc ... odings, taking a stream that returns data in encoding #1 and behaving like ... a stream returning data in encoding #2. For example, if you ... t file f that's in Latin-1, you can wrap it with a StreamRecoder to return bytes encoded in UTF-8: new_f = c ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れていれば family ) に依存し、ソケットタイプは SOCK_STREAM になります。 protocol_factory は プロトコル のイン ... 参考 関数 open_connection() はプロトコルではなく ( StreamReader , StreamWriter ) のペアの取得に使用できます。 ... ソケットファミリは AF_UNIX 、ソケットタイプは SOCK_STREAM になります。 AF_UNIX ソケットファミリは同一マシン上 ... ort に束縛された TCP サーバー (ソケットタイプ SOCK_STREAM ) を作成します。 Server オブジェクトを返します。こ ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ュールでは三つのクラス、 IMAP4 , IMAP4_SSL と IMAP4_stream を定義します。これらのクラスは IMAP4 サーバへの接続 ... 接続を使用する場合に使用します: class imaplib. IMAP4_stream ( command ) ¶ IMAP4 から派生したサブクラスで、 com ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブルをインストールするために使われます。 msilib. add_stream ( database , name , path ) ¶ database の _Stream... 数、 value は文字列でなければなりません。 Record. SetStream ( field , value ) ¶ MsiRecordSetStream() を通して ... RecordGetFieldCount MsiRecordSetString MsiRecordSetStream MsiRecordSetInteger MsiRecordClearData 34.1.5. エラ ...
https://man.plustar.jp/python/library/msilib.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジョン 3.4 で追加. class unittest. TextTestResult ( stream , descriptions , verbosity ) ¶ TextTestRunner に使 ... ンスを使用します。 class unittest. TextTestRunner ( stream=None , descriptions=True , verbosity=1 , failfast= ... リームに出力する、基本的なテストランナーの実装です。 stream が None の場合、デフォルトで sys.stderr が出力スト ... のクラスは以下の引数が渡されインスタンス化されます: stream , descriptions , verbosity run ( test ) ¶ このメソ ...
https://man.plustar.jp/python/library/unittest.html - [similar]
PREV 1 2 3 4 5 NEXT