Module traits
source code
|
|
ConstantTypes = NoneType, IntType, LongType, FloatType, Comple...
|
|
|
PythonTypes = StringType, UnicodeType, IntType, LongType, Floa...
|
|
|
TypeTypes = StringType, UnicodeType, IntType, LongType, FloatT...
|
|
|
ClassTypes = ClassType, TypeType
|
|
|
CallableTypes = FunctionType, MethodType
|
|
|
CopyTypes = ListType, DictType
|
|
|
Disallow = TraitDelegate()
|
|
|
ReadOnly = Trait(Undefined, TraitReadOnly())
|
|
|
DefaultPythonTrait = PythonTrait()
|
|
|
TheMappedTrait = MappedTrait()
|
Imports:
NoneType,
IntType,
LongType,
FloatType,
ComplexType,
StringType,
UnicodeType,
ListType,
TupleType,
DictType,
FunctionType,
ClassType,
MethodType,
InstanceType,
TypeType,
BooleanType,
SequenceTypes,
Undefined,
Self,
trait_editors,
class_of,
TraitNotifier,
TraitError,
DelegationError,
TraitHandler,
TraitReadOnly,
TraitInstance,
TraitFunction,
TraitType,
TraitEnum,
TraitComplex,
TraitMap,
TraitString,
AnyValue,
TraitThisClass,
TraitGetterSetter,
TraitDelegate,
InstanceTraitNotifier,
ClassTraitNotifier,
trait_handlers,
trait_delegates
ConstantTypes
- Value:
NoneType, IntType, LongType, FloatType, ComplexType, StringType, Unico
deType
|
|
PythonTypes
- Value:
StringType, UnicodeType, IntType, LongType, FloatType, ComplexType, Li
stType, TupleType, DictType, FunctionType, MethodType, ClassType, Inst
anceType, TypeType, NoneType
|
|
TypeTypes
- Value:
StringType, UnicodeType, IntType, LongType, FloatType, ComplexType, Li
stType, TupleType, DictType, BooleanType
|
|