René's URL Explorer Experiment


Title: 10.2. fileinput — Iterate over lines from multiple input streams — Python v3.2.6 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/library/stat.html
previoushttps://docs.python.org/3.2/library/os.path.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Standard Libraryhttps://docs.python.org/3.2/library/index.html
10. File and Directory Accesshttps://docs.python.org/3.2/library/filesys.html
fileinputhttps://docs.python.org/3.2/library/fileinput.html#module-fileinput
https://docs.python.org/3.2/library/fileinput.html#module-fileinput
Lib/fileinput.pyhttp://hg.python.org/cpython/file/3.2/Lib/fileinput.py
open()https://docs.python.org/3.2/library/functions.html#open
input()https://docs.python.org/3.2/library/fileinput.html#fileinput.input
input()https://docs.python.org/3.2/library/fileinput.html#fileinput.input
FileInputhttps://docs.python.org/3.2/library/fileinput.html#fileinput.FileInput
IOErrorhttps://docs.python.org/3.2/library/exceptions.html#IOError
fileinput.input()https://docs.python.org/3.2/library/fileinput.html#fileinput.input
FileInput()https://docs.python.org/3.2/library/fileinput.html#fileinput.FileInput
https://docs.python.org/3.2/library/fileinput.html#fileinput.input
FileInputhttps://docs.python.org/3.2/library/fileinput.html#fileinput.FileInput
FileInputhttps://docs.python.org/3.2/library/fileinput.html#fileinput.FileInput
FileInputhttps://docs.python.org/3.2/library/fileinput.html#fileinput.FileInput
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
fileinput.input()https://docs.python.org/3.2/library/fileinput.html#fileinput.input
RuntimeErrorhttps://docs.python.org/3.2/library/exceptions.html#RuntimeError
https://docs.python.org/3.2/library/fileinput.html#fileinput.filename
https://docs.python.org/3.2/library/fileinput.html#fileinput.fileno
https://docs.python.org/3.2/library/fileinput.html#fileinput.lineno
https://docs.python.org/3.2/library/fileinput.html#fileinput.filelineno
https://docs.python.org/3.2/library/fileinput.html#fileinput.isfirstline
https://docs.python.org/3.2/library/fileinput.html#fileinput.isstdin
https://docs.python.org/3.2/library/fileinput.html#fileinput.nextfile
https://docs.python.org/3.2/library/fileinput.html#fileinput.close
https://docs.python.org/3.2/library/fileinput.html#fileinput.FileInput
FileInputhttps://docs.python.org/3.2/library/fileinput.html#fileinput.FileInput
filename()https://docs.python.org/3.2/library/fileinput.html#fileinput.filename
fileno()https://docs.python.org/3.2/library/fileinput.html#fileinput.fileno
lineno()https://docs.python.org/3.2/library/fileinput.html#fileinput.lineno
filelineno()https://docs.python.org/3.2/library/fileinput.html#fileinput.filelineno
isfirstline()https://docs.python.org/3.2/library/fileinput.html#fileinput.isfirstline
isstdin()https://docs.python.org/3.2/library/fileinput.html#fileinput.isstdin
nextfile()https://docs.python.org/3.2/library/fileinput.html#fileinput.nextfile
close()https://docs.python.org/3.2/library/fileinput.html#fileinput.close
readline()https://docs.python.org/3.2/library/readline.html#module-readline
__getitem__()https://docs.python.org/3.2/reference/datamodel.html#object.__getitem__
readline()https://docs.python.org/3.2/library/readline.html#module-readline
open()https://docs.python.org/3.2/library/functions.html#open
FileInputhttps://docs.python.org/3.2/library/fileinput.html#fileinput.FileInput
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
fileinput.input()https://docs.python.org/3.2/library/fileinput.html#fileinput.input
FileInputhttps://docs.python.org/3.2/library/fileinput.html#fileinput.FileInput
https://docs.python.org/3.2/library/fileinput.html#fileinput.hook_compressed
gziphttps://docs.python.org/3.2/library/gzip.html#module-gzip
bz2https://docs.python.org/3.2/library/bz2.html#module-bz2
open()https://docs.python.org/3.2/library/functions.html#open
https://docs.python.org/3.2/library/fileinput.html#fileinput.hook_encoded
codecs.open()https://docs.python.org/3.2/library/codecs.html#codecs.open
10.1. os.path — Common pathname manipulationshttps://docs.python.org/3.2/library/os.path.html
10.3. stat — Interpreting stat() resultshttps://docs.python.org/3.2/library/stat.html
Report a Bughttps://docs.python.org/3.2/bugs.html
Show Sourcehttps://docs.python.org/3.2/_sources/library/fileinput.txt
indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/library/stat.html
previoushttps://docs.python.org/3.2/library/os.path.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Standard Libraryhttps://docs.python.org/3.2/library/index.html
10. File and Directory Accesshttps://docs.python.org/3.2/library/filesys.html
Copyrighthttps://docs.python.org/3.2/copyright.html
Please donate.http://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.