pyre.config.pml.Configuration¶
Module Contents¶
-
class
pyre.config.pml.Configuration.Configuration(parent, attributes, locator, **kwds)¶ Bases:
pyre.config.pml.Node.NodeHandler for the top level tag in pml documents
-
elements= ['component', 'package', 'bind']¶
-
notify(self, parent, locator)¶ Let {parent} now that processing this configuration tag is complete
-
assignment(self, event)¶ Process the binding of a property to a value
-
conditionalAssignment(self, event)¶ Process a binding of a property to a value
-