|  | Method resolution order:DecimalDTNumeric_DTBaseType_DTDataTypeDefinitionobject
 Data and other attributes defined here:
 
 baseType = <class 'decimal.Decimal'>Floating point class for decimal arithmetic.
 dataType = 'decimal'
 Class methods inherited from Numeric_DT:
 
 coerce(cls, value) from typeCoerce value to Numeric value (using baseType)
 Accepted values:
 "", "0" -- 0
 numeric values
 ascii strings -- base type attempts to interpret
 Class methods inherited from BaseType_DT:
 
 check(cls, value) from typeDetermine whether value conforms to definition
 factories(cls) from typeDetermine a sequence of factory objects
 Static methods inherited from BaseType_DT:
 
 __new__(cls, *args, **named)Create a new instance of our base-type
 Data and other attributes inherited from DataTypeDefinition:
 
 __dict__ = <dictproxy object at 0x01C6E630>dictionary for instance variables (if defined)
 __weakref__ = <attribute '__weakref__' of 'DataTypeDefinition' objects>list of weak references to the object (if defined)
 |