| Home | Trees | Index | Help |
|
|---|
| Package VisionEgg :: Module ParameterTypes |
|
Type checking for the Vision Egg.
| Classes | |
|---|---|
AnyClass |
|
AnyClassMC |
|
AnyOf |
|
Boolean |
|
BooleanMC |
|
Callable |
|
CallableMC |
|
Instance |
|
Integer |
|
IntegerMC |
|
NoneMC |
|
NoneType |
|
ParameterTypeDef |
Base class for all parameter type definitions... |
Real |
|
RealMC |
|
Sequence |
A tuple, list or Numeric array... |
Sequence2 |
|
Sequence3 |
|
Sequence4 |
|
Sequence4x4 |
|
String |
|
StringMC |
|
SubClass |
|
UnsignedInteger |
|
UnsignedIntegerMC |
|
| Function Summary | |
|---|---|
assert_type(check_type,
require_type)
| |
get_all_classes_list(klass)
| |
Take a value and return best guess of ParameterTypeDef it is. | |
is_parameter_type_def(item_type)
| |
| Variable Summary | |
|---|---|
str |
__author__ = 'Andrew Straw <astraw@users.sourceforge.net...
|
str |
__cvs__ = '1.12'
|
str |
__date__ = '2003/09/18 09:43:13'
|
str |
__version__ = '0.9.9'
|
| Function Details |
|---|
get_type(value)Take a value and return best guess of ParameterTypeDef it is. |
| Variable Details |
|---|
__author__
|
__cvs__
|
__date__
|
__version__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Fri Sep 19 18:29:38 2003 | http://epydoc.sf.net |