| Home | Trees | Index | Help |
|
|---|
| Package lyntin :: Module argparser :: Class EvalChecker |
|
TypeChecker --+
|
EvalChecker
| Method Summary | |
|---|---|
Initializes the TypeChecker. | |
| varies |
Assumes the argument is valid python code. |
| Method Details |
|---|
__init__(self,
typename,
typeargs)
Initializes the TypeChecker. Over-ridden by all the TypeChecker
subclasses.
|
check(self, arg)Assumes the argument is valid python code. It evaluates the code and returns the result.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Aug 9 09:17:42 2004 | http://epydoc.sf.net |