| Home | Trees | Indices | Help |
|
|---|
|
|
shlex.shlex --+
|
BaseParser
A base parser with support functions.
This module is a simple parser based on ``shlex.shlex``. It has support function for peeking and consuming tokens.
|
|||
|
_consume(self,
token) Consume the specified token or raise exception. |
||
|
_peek(self) Inspect the next token. |
||
|
_check(self,
*tokens) Check for token(s). |
||
|
Inherited from |
|||
|
|||
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:07 2006 | http://epydoc.sourceforge.net |