Lines Matching refs:propagate
234 def propagate (self, context=PropagationContext()):
235 """call the propagate method of all children"""
237 child.propagate(context)
262 def propagate (self, context=PropagationContext) :
263 """propagate some proprieties to children"""
272 # call the propagate method of all children
273 super(ElementWithInheritance, self).propagate(contextCopy)
450 def propagate (self, context=PropagationContext) :
451 """propagate proprieties to children
459 super(Configuration, self).propagate(context)
584 def propagate (self, context=PropagationContext) :
585 """ propagate name, sequenceAwareness and rule to children"""
587 # call the propagate method of all children
588 super(Domain, self).propagate(context)