Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 50 for stream (0.023 sec.)
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 6301
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は以下のクラスを定義します。 class shlex. shlex ( instream=None , infile=None , posix=False , punctuation_cha ... where to read characters from. It must be a file-/stream-like object with read() and readline() methods, or ... he initial value of the infile attribute. If the instream argument is omitted or equal to sys.stdin , this s ... メソッドを使ってください。 shlex. push_source ( newstream , newfile=None ) ¶ 入力ソースストリームを入力スタッ ...
https://man.plustar.jp/python/library/shlex.html - [similar]
11.4. stat --- stat() の結果を解釈する — Python 3.6.5 ドキュメント 6301
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... _ATTRIBUTE_HIDDEN ¶ stat. FILE_ATTRIBUTE_INTEGRITY_STREAM ¶ stat. FILE_ATTRIBUTE_NORMAL ¶ stat. FILE_ATTRIBU ...
https://man.plustar.jp/python/library/stat.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6301
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... PC base 64 encoding of this binary item to the out stream object. The encoded data will have newlines every ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 6121
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... られたとすると: handlers : console : class : logging.StreamHandler formatter : brief level : INFO filters : [ ... allow_foo ] stream : ext://sys.stdout file : class : logging.handlers ... ラが、 sys.stdout を根底のストリームにして、 logging.StreamHandler としてインスタンス化されます。id が file で ... 以下の例のようになります。 [handler_hand01] class = StreamHandler level = NOTSET formatter = form01 args = (s ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 6121
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... E key=1" ) # Load the records from the pickle data stream. file . seek ( 0 ) memos = DBUnpickler ( file , co ...
https://man.plustar.jp/python/library/pickle.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 5955
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... ole handler with a higher log level ch = logging . StreamHandler () ch . setLevel ( logging . ERROR ) # crea ... ole handler with a higher log level ch = logging . StreamHandler () ch . setLevel ( logging . ERROR ) # crea ... es or higher to the sys.stderr console = logging . StreamHandler () console . setLevel ( logging . INFO ) # ... socket . socket ( socket . AF_INET , socket . SOCK_STREAM ) print ( 'connecting...' ) s . connect (( HOST , ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
Logging HOWTO — Python 3.6.5 ドキュメント 5955
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... ドラ を参照してください) が、このチュートリアルでは StreamHandler と FileHandler だけを例に取り上げます。 アプ ... sole handler and set level to debug ch = logging . StreamHandler () ch . setLevel ( logging . DEBUG ) # crea ... ple propagate = 0 [handler_consoleHandler] class = StreamHandler level = DEBUG formatter = simpleFormatter a ... %(message)s' handlers : console : class : logging.StreamHandler level : DEBUG formatter : simple stream : e ...
https://man.plustar.jp/python/howto/logging.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5955
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... decode , incrementalencoder , incrementaldecoder , streamwriter , streamreader を持ちます。漸増的コーデックは ... ための pstats モジュールが、 Stats コンストラクタの stream 引数による直接ファイル出力に対応しました。 (Contri ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 5955
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... を使う socket.SOCK_DGRAM と TCP を使う socket.SOCK_STREAM のどちらかを取ります。デフォルトはUDPのままです。 ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 5955
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... なりました。 (Contributed by Yury Selivanov.) 新しい StreamReader.readuntil() メソッドで、区切りとなるバイトの ... , that uses at most one call to the underlying raw stream's RawIOBase.read() or RawIOBase.readinto() methods ... file ¶ ZIP output can now be written to unseekable streams. (Contributed by Serhiy Storchaka in bpo-23252 .) ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV 1 2 3 4 5 NEXT