pyre.components.Actor¶
Module Contents¶
-
class
pyre.components.Actor.Actor(name, bases, attributes, *, family=None, **kwds)¶ Bases:
pyre.components.Requirement.RequirementThe metaclass of components
{Actor} takes care of all the tasks necessary to convert a component declaration into a configurable entity that coöperates fully with the framework
-
__call__(self, name=None, locator=None, globalAliases=False, **kwds)¶ Build an instance of one of my classes
-
__setattr__(self, name, value)¶ Trap attribute setting in my class record instances to support setting the default value using the natural syntax
-
__str__(self)¶
-