| Trees | Index | Help |
|
|---|
| Module argparser :: Class IntChecker |
|
TypeChecker --+
|
IntChecker
| Method Summary | |
|---|---|
Initializes the TypeChecker. | |
| int |
Verifies the arg is of type int and converts it to an int. |
| Method Details |
|---|
__init__(self,
typename,
typeargs)
Initializes the TypeChecker. Over-ridden by all the TypeChecker
subclasses.
|
check(self, arg)Verifies the arg is of type int and converts it to an int.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Mon Apr 28 21:11:24 2003 | http://epydoc.sf.net |