Inherits from
- This: enthought.traits.trait_types.This
Attributes
- default_value_type
The default value type to use (i.e. 'self'):
default_value_type = 2
Inherited from base classes
Method summary
Inherited from base classes
- __init__(self, value = None, allow_none = True, **metadata)
- arg_error(self, method, arg_num, object, name, value)
- create_editor(self)
- dup_arg_error(self, method, arg_num, object, name)
- error(self, object, name, value)
- full_info(self, object, name, value)
- get_editor(self, trait = None)
- info(self)
- info_none(self)
- inner_traits(self)
- is_valid(self, object, name, value)
- keyword_error(self, method, object, name, value)
- missing_arg_error(self, method, arg_num, object, name)
- repr(self, value)
- return_error(self, method, object, value)
- validate(self, object, name, value)
- validate_failed(self, object, name, value)
- validate_none(self, object, name, value)