pyre.traits.Behavior¶
Module Contents¶
-
class
pyre.traits.Behavior.Behavior(method, tip=None, **kwds)¶ Bases:
pyre.traits.Trait.TraitThe base class for component methods that are part of its external interface
-
method¶
-
category= behavior¶
-
isBehavior= True¶
-
__get__(self, instance, cls)¶ Access to the behavior
-
__set__(self, instance, value)¶ Disable writing to behavior descriptors
-
__str__(self)¶
-