Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | push_token |
def | push_source |
def | pop_source |
def | get_token |
def | read_token |
def | sourcehook |
def | error_leader |
Data Fields | |
instream | |
infile | |
commenters | |
wordchars | |
whitespace | |
quotes | |
state | |
pushback | |
lineno | |
debug | |
token | |
filestack | |
source | |
def error_leader | ( | self, | |
infile = None , |
|||
lineno = None |
|||
) |
Definition at line 189 of file shlex.py.
References shlex.infile, NetrcParseError.lineno, shlex.lineno, Pdb.lineno, Class.lineno, and MissingSectionHeaderError.lineno.
def get_token | ( | self) |
Definition at line 65 of file shlex.py.
References shlex.debug, FTP.debug, NNTP.debug, dispatcher.debug, shlex.filestack, shlex.get_token(), shlex.pop_source(), shlex.push_source(), shlex.pushback, shlex.read_token(), shlex.source, and shlex.sourcehook().
def pop_source | ( | self) |
Definition at line 55 of file shlex.py.
References shlex.debug, FTP.debug, NNTP.debug, dispatcher.debug, shlex.filestack, shlex.infile, shlex.instream, NetrcParseError.lineno, shlex.lineno, Pdb.lineno, Class.lineno, MissingSectionHeaderError.lineno, shlex.state, BinHex.state, HexBin.state, and Scanner.state.
def push_source | ( | self, | |
newstream, | |||
newfile = None |
|||
) |
Definition at line 43 of file shlex.py.
References shlex.debug, FTP.debug, NNTP.debug, dispatcher.debug, shlex.infile, shlex.instream, NetrcParseError.lineno, shlex.lineno, Pdb.lineno, Class.lineno, and MissingSectionHeaderError.lineno.
def push_token | ( | self, | |
tok | |||
) |
Definition at line 37 of file shlex.py.
References shlex.debug, FTP.debug, NNTP.debug, dispatcher.debug, and shlex.pushback.
def read_token | ( | self) |
Definition at line 97 of file shlex.py.
References shlex.commenters, shlex.debug, FTP.debug, NNTP.debug, dispatcher.debug, NetrcParseError.lineno, shlex.lineno, Pdb.lineno, Class.lineno, MissingSectionHeaderError.lineno, shlex.pushback, shlex.quotes, shlex.state, BinHex.state, HexBin.state, Scanner.state, shlex.token, shlex.whitespace, and shlex.wordchars.
def sourcehook | ( | self, | |
newfile | |||
) |