Package kiwi :: Module argcheck :: Class number
[frames | no frames]

Type number

object --+        
         |        
      type --+    
             |    
    CustomType --+
                 |
                number


Custom type that verifies that the type is a number (eg float or int)
Method Summary
    Inherited from CustomType
  value_check(mcs, name, value)
(Class method)
    Inherited from type
list mro()
return a type's method resolution order

Class Variable Summary
tuple type = (<type 'int'>, <type 'float'>, <type 'long'>, <cl...

Class Variable Details

type

Type:
tuple
Value:
(<type 'int'>, <type 'float'>, <type 'long'>, <class 'decimal.Decimal'\
>)                                                                     

Generated by Epydoc 2.1 on Thu Oct 19 03:18:13 2006 http://epydoc.sf.net