|
- Method resolution order:
- wxFont_DT
- BaseType_DT
- DataTypeDefinition
- object
Data and other attributes defined here:
- baseType = <class wxPython.fonts.wxFontPtr at 0x00FBC3F0>
- dataType = 'wx.font'
Class methods inherited from BaseType_DT:
- check(cls, value) from type
- Determine whether value conforms to definition
- factories(cls) from type
- Determine a sequence of factory objects
Static methods inherited from BaseType_DT:
- __new__(cls, *args, **named)
- Create a new instance of our base-type
Class methods inherited from DataTypeDefinition:
- coerce(cls, value) from type
- Coerce value to the appropriate data type
This is a method for "fuzzy" conversion of values,
and it should be fairly forgiving. With that said,
it should not be so forgiving that will allow user
errors to be ignored.
Data and other attributes inherited from DataTypeDefinition:
- __dict__ = <dictproxy object at 0x01B26B70>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'DataTypeDefinition' objects>
- list of weak references to the object (if defined)
|