Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for fileinput (0.148 sec.)
11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理をサポートする... 14698
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 11. ファイルとディレクトリへのアクセス » 11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理 ... をサポートする ¶ ソースコード: Lib/fileinput.py このモジュールは標準入力やファイルの並びにまたが ... てください。 典型的な使い方は以下の通りです: import fileinput for line in fileinput . input (): process ( line ) ... キストモードでオープンされます。しかし、 input() や FileInput をコールする際に mode パラメータを指定すれば、これ ...
https://man.plustar.jp/python/library/fileinput.html - [similar]
11. ファイルとディレクトリへのアクセス — Python 3.6.5 ドキュメント 8490
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... メソッド 11.2. os.path --- 共通のパス名操作 11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理 ...
https://man.plustar.jp/python/library/filesys.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8401
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ) . (Contributed by Victor Stinner in bpo-23848 .) fileinput ¶ hook_encoded() now supports the errors argument. ... APIs: calendar , cgi , csv , ElementTree , enum , fileinput , ftplib , logging , mailbox , mimetypes , optpars ... distutils email エンコーディング enum faulthandler fileinput hashlib http.client idlelib と IDLE importlib insp ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 8348
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ) system calls. filecmp Compare files efficiently. fileinput Loop over standard input or a list of files. fnmat ...
https://man.plustar.jp/python/py-modindex.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 8295
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ステムパス 11.2. os.path --- 共通のパス名操作 11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理 ...
https://man.plustar.jp/python/library/index.html - [similar]
11.2. os.path --- 共通のパス名操作 — Python 3.6.5 ドキュメント 8295
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クト指向のファイルシステムパス 次のトピックへ 11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理 ...
https://man.plustar.jp/python/library/os.path.html - [similar]
11.4. stat --- stat() の結果を解釈する — Python 3.6.5 ドキュメント 8295
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... レクトリ , 権限 , ビット , 関数 前のトピックへ 11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理 ...
https://man.plustar.jp/python/library/stat.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 8260
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... で指定されたファイルのリストに渡ってループするには、 fileinput モジュールを参照してください。 sys. base_exec_pref ...
https://man.plustar.jp/python/library/sys.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 8260
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ップデートされました (Contributed by Barry Warsaw.) fileinput モジュールがさらに柔軟性を持つようになりました。Un ... わりのものを使えます。ファイル集合のイテレートでは、 FileInput オブジェクトの fileno() が現在開いているファイルの ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 8260
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... tp ftp 18 Jul 10 2008 Fedora ちなみに mmap.mmap や fileinput.input() のようなほかのファイルライクなオブジェクト ... ロトコルをサポートするようになっていたりします: with fileinput . input ( files = ( 'log1.txt' , 'log2.txt' )) as ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
PREV 1 2 NEXT