Home | Trees | Indices | Help |
|
---|
|
|
|||
ParseException Raised when there's an error in parsing. |
|||
Token Part of a command representing a syntactic token. |
|||
AggregateToken | |||
LeafToken | |||
CommandToken | |||
ArgOrProg | |||
Arg | |||
Prog Prog specifies what to run. |
|||
HashDirective A directive to the shell about how to launch the job, identified by a leading # character. |
|||
ArgSeparator | |||
RawText | |||
SingleQuotedToken | |||
DoubleQuote A leaf token which contains a single double quote character. |
|||
DoubleQuotedText The text between the double quotes, may include whitespace characters. |
|||
DoubleQuotedToken Text enclosed in double quotes. |
|||
BracedToken Super class for tokens which can be enclosed in braces, after a commencing character like $ or ~. |
|||
EnvVariable An environment variable reference, starting with a $, with optional braces {}. |
|||
NamedDir A named directory reference, starting with a ~, with optional braces {}. |
|||
JobReference A reference to some feature of a job, starting with a % and optionally using braces to surround the value. |
|
|||
|
|||
|
|
|||
glob_match = re.compile(r'
|
|||
glob_chars = re.compile(r'
|
|||
glob_chars_slash = re.compile(r'
|
|||
unescaper_nonglobs = re.compile(r'
|
|||
unescaper = re.compile(r'\\
|
|||
whitespace = re.compile(r'\s')
|
|||
arg_subtoks =
|
|||
commencers =
|
|||
arg_subtoks_dq =
|
|||
commencers_dq =
|
|||
__package__ =
|
|
Given a string, return a version of it with the special glob characters escaped. Backslashes are also escaped to prevent ambiguity. |
|
unescaper_nonglobs
|
arg_subtoks
|
arg_subtoks_dq
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 14 22:46:37 2010 | http://epydoc.sourceforge.net |