pyre.traits.Property¶
Module Contents¶
-
class
pyre.traits.Property.Property(classSlot=None, instanceSlot=None, **kwds)¶ Bases:
pyre.traits.Slotted.SlottedThe base class for traits that correspond to simple types
-
class
schema¶ Mixin for handling generic values
-
class
numeric¶ Mixin for handling numeric types
-
class
sequences¶ Mixin for handling typed containers
-
native(self, value, **kwds)¶ The strategy for building slots from more complex input values
-
-
category= property¶
-
isProperty= True¶
-
__str__(self)¶
-
class