Python 3.6.5 ドキュメント 検索
Results of 1 - 5 of about 5 for IOBase (0.020 sec.)
- 16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 12851
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
itial text data" ) テキストストリームの API は TextIOBase のドキュメントで詳しく解説します。 16.2.1.2. バイナ...
: \x00\x01 " ) バイナリーストリーム API は BufferedIOBase のドキュメントで詳しく解説します。 他のライブラリモ...
, "rb" , buffering = 0 ) raw ストリーム API は RawIOBase のドキュメントで詳しく解説します。 16.2.2. 高水準の...
のデフォルトの実装を提供しています。例えば、 BufferedIOBase は readinto() と readline() の最適化されていない実...
- https://man.plustar.jp/python/library/io.html - [similar]
- 6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 8457
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
*** や --- を含む行) は改行付きで生成されます。 io.IOBase.readlines() で作られた入力が io.IOBase.writelines(...
, +++ , @@ を含む行) は改行付きで生成されます。 io.IOBase.readlines() で作られた入力が io.IOBase.writelines(...
- https://man.plustar.jp/python/library/difflib.html - [similar]
- 35.9. fcntl --- fcntl および ioctl システムコール — Python 3.6.5 ドキュメント 8457
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
記述子だけを返す fileno() メソッドを提供している io.IOBase オブジェクトでもかまいません。 バージョン 3.3 で変...
ence からの相対的なバイトオフセット、 whence は io.IOBase.seek() と同じで、具体的には: 0 -- ファイル先頭から...
- https://man.plustar.jp/python/library/fcntl.html - [similar]
- 5. 組み込み例外 — Python 3.6.5 ドキュメント 8126
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
f-file (EOF) に達した場合に送出されます。(注意: io.IOBase.read() と io.IOBase.readline() メソッドは、EOF に達...
- https://man.plustar.jp/python/library/exceptions.html - [similar]
- 32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 8034
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
object which provides the same interface as the io.IOBase.readline() method of file objects. Each call to th...
- https://man.plustar.jp/python/library/tokenize.html - [similar]
PREV
1
NEXT