| Home | Trees | Index | Help |
|
|---|
| Package lyntin :: Module argparser :: Class TimeChecker |
|
TypeChecker --+
|
TimeChecker
Accepts a date specification.
Will also accept a time specification and apply it as a delta from _now_. converts to the standard seconds-from_epoch.| Method Summary | |
|---|---|
Initializes the TypeChecker. | |
| int |
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:41 2004 | http://epydoc.sf.net |