Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 125 for read (0.119 sec.)
8.7. array --- 効率のよい数値アレイ — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の組み込みファイルオブジェクトでなければなりません。 read() メソッドをもつ他の型では動作しません。 array. fr ...
https://man.plustar.jp/python/library/array.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を使用してください 。 AbstractEventLoop. call_soon_threadsafe ( callback , *args ) ¶ call_soon() に似ています ... レッドセーフです。 このドキュメントの asyncio-multithreading 節を参照してください。 18.5.1.3. 遅延呼び出し ¶ ... 関数 open_connection() はプロトコルではなく ( StreamReader , StreamWriter ) のペアの取得に使用できます。 co ... ートされました。 参考 関数 start_server() は ( StreamReader , StreamWriter ) のペアを作成し、このペアで関数を ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
18.5.2. イベントループ — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... いるのはソケットのみで 512 ソケットに制限される add_reader() および add_writer() はソケットのファイル記述子 ... 受け取るだけです パイプは未サポート (例: connect_read_pipe() , connect_write_pipe() ) サブプロセス は未サ ... create_datagram_endpoint() (UDP) は未サポート add_reader() および add_writer() は未サポート Windows のモノ ... he default policy defines context as the current thread, and manages an event loop per thread that interac ...
https://man.plustar.jp/python/library/asyncio-eventloops.html - [similar]
13.3. bz2 --- bzip2 圧縮のサポート — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 追加されました。 バージョン 3.3 で変更: fileno() 、 readable() 、 seekable() 、 writable() 、 read1() 、 re ... 成) モードが追加されました。 バージョン 3.5 で変更: read() メソッドが None を引数として受け取るようになりま ...
https://man.plustar.jp/python/library/bz2.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rno. EROFS ¶ リードオンリーのファイルシステムです (Read-only file system) errno. EMLINK ¶ リンクが多すぎま ... rrno. EADDRINUSE ¶ アドレスは使用中です (Address already in use) errno. EADDRNOTAVAIL ¶ 要求されたアドレス ... 点がすでに接続されています (Transport endpoint is already connected) errno. ENOTCONN ¶ 通信端点が接続されて ... トへの経路がありません (No route to host) errno. EALREADY ¶ すでに処理中です (Operation already in progress ...
https://man.plustar.jp/python/library/errno.html - [similar]
11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理をサポートする... 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) を実装しています。それに加えて、次の入力行を返す readline() メソッドと、シーケンスの振舞いの実装をしてい ... 読み込むことしかできません。つまりランダムアクセスと readline() を混在させることはできません。 mode を使用す ... th open() , using the given encoding and errors to read the file. Usage example: fi = fileinput.FileInput( ...
https://man.plustar.jp/python/library/fileinput.html - [similar]
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... fname が指すオブジェクトから読み込まれます。それが readline() メソッドを持っていればそれはファイルのような ... オブジェクトと仮定され、 read_file() で読み込まれます; そうでない場合、それはファ ... イル名と仮定されて、 read() に渡されます。 defaults -- ConfigParser に渡され ... onfig() で処理できるファイルとして送信されます。 Thread インスタンスを返し、このインスタンスの start() を呼 ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... on ( "-f" , "--file" , dest = "filename" , help = "read data from FILENAME" ) parser . add_option ( "-v" , ... er of arguments" ) if options . verbose : print ( "reading %s ..." % options . filename ) ... if __name__ ... -file" , dest = "filename" , help = "Input file to read data from" ) parser . add_option ( "--secret" , he ... e moderately verbose --file=FILENAME Input file to read data from ヘルプメッセージの出力後、 optparse は s ...
https://man.plustar.jp/python/library/optparse.html - [similar]
31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... open ( os . path . join ( d , resource ), 'rb' ) . read () If the package cannot be located or loaded, or ...
https://man.plustar.jp/python/library/pkgutil.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ut , detect_types , isolation_level , check_same_thread , factory , cached_statements , uri ] ) ¶ ファイル ... パラメータにセットします。 By default, check_same_thread is True and only the creating thread may use the c ... eturned connection may be shared across multiple threads. When using multiple threads with the same connec ... rowcount が 0 にセットされます。 lastrowid ¶ This read-only attribute provides the rowid of the last modi ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT