pyre.config.pfg.Section¶
Module Contents¶
-
class
pyre.config.pfg.Section.Section(token, **kwds)¶ Bases:
pyre.config.pfg.EventContainer.EventContainerThe resting place for all scoped configuration events
-
name¶
-
family¶
-
assignment(self, event)¶ Process an unconditional assignment
-
conditionalAssignment(self, event)¶ Process a conditional assignment
-
notify(self, parent)¶ Place my assignments in my parent’s context
-