Home | Trees | Indices | Help |
|
---|
|
object --+ | LazyParser
Some argument parsers are so slow, e.g., the msys parser. We should avoid running them unless they are really needed. For example, when user just wants to see the help, or when there is another parsing errors which interrupts the execution of the command, there is no need to run these slow parsers. We use this class to delay slow parsers' running.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
string Return the original string from the command line. |
|||
int
|
priority Return the priority of this parser. |
||
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Just caches the string to be parsed, and returns this LazyParser object itself. The real parsing will be conducted when the parse method of this class is explicitly called. |
|
stringReturn the original string from the command line.
|
priorityReturn the priority of this parser.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Aug 8 02:52:48 2017 | http://epydoc.sourceforge.net |