Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | __del__ |
def | close |
def | __getitem__ |
def | nextfile |
def | readline |
def | filename |
def | lineno |
def | filelineno |
def | isfirstline |
def | isstdin |
Definition at line 135 of file fileinput.py.
def __init__ | ( | self, | |
files = None , |
|||
inplace = 0 , |
|||
backup = "" , |
|||
bufsize = 0 |
|||
) |
Definition at line 137 of file fileinput.py.
def __del__ | ( | self) |
Definition at line 162 of file fileinput.py.
def __getitem__ | ( | self, | |
i | |||
) |
Definition at line 169 of file fileinput.py.
def close | ( | self) |
def filelineno | ( | self) |
Definition at line 275 of file fileinput.py.
References FileInput._filelineno.
def filename | ( | self) |
Definition at line 269 of file fileinput.py.
References FileInput._filename.
def isfirstline | ( | self) |
Definition at line 278 of file fileinput.py.
References FileInput._filelineno.
def isstdin | ( | self) |
Definition at line 281 of file fileinput.py.
References FileInput._isstdin, FileInput.filelineno(), FileInput.filename(), getopt.getopt(), fileinput.input(), FileInput.isfirstline(), and FileInput.lineno().
def lineno | ( | self) |
Definition at line 272 of file fileinput.py.
References FileInput._lineno.
def nextfile | ( | self) |
Definition at line 186 of file fileinput.py.
def readline | ( | self) |
Definition at line 212 of file fileinput.py.
References FileInput._buffer, FileInput._bufindex, FileInput._bufsize, FileInput._file, Aifc_read._file, Aifc_write._file, FileInput._filename, FileInput._output, FileInput._savestdout, FileInput.nextfile(), aifc.open(), FileInput.readline(), StreamReader.readline(), StreamReaderWriter.readline(), StreamRecoder.readline(), Unpickler.readline, and addbase.readline.