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 |
|
|||
|
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. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:33:08 2017 | http://epydoc.sourceforge.net |