class documentation

class RuleTemplateFactory(RuleFactory):

View In Hierarchy

A factory that fills in template variables into rules. Used by RuleTemplate internally.
Unknown Field: internal
Method __init__ Undocumented
Method get​_rules Subclasses of RuleFactory have to override this method and return an iterable of rules.
Instance Variable context Undocumented
Instance Variable rules Undocumented
def __init__(self, rules, context):

Undocumented

Parameters
rules:t.Iterable[RuleFactory]Undocumented
context:t.Dict[str, t.Any]Undocumented
def get_rules(self, map):
Subclasses of RuleFactory have to override this method and return an iterable of rules.
Parameters
map:MapUndocumented
Returns
t.Iterator[Rule]Undocumented
context =

Undocumented

rules =

Undocumented