Classes | |
class | Attr |
Simple class for attribute data for each rule. More... | |
Functions | |
def | rule_attributes (rules, rule_deps) |
Compute the recursive and non-recursive attributes for each rule. More... | |
def | display_rule_attributes (attrs_arg, mode='index') |
Display all rule attributes. More... | |
def apg_py.api.rule_attributes.display_rule_attributes | ( | attrs_arg, | |
mode = 'index' |
|||
) |
Display all rule attributes.
attrs_arg | The attributes to display. |
mode | The display mode
|
Definition at line 408 of file rule_attributes.py.
def apg_py.api.rule_attributes.rule_attributes | ( | rules, | |
rule_deps | |||
) |
Compute the recursive and non-recursive attributes for each rule.
rules | The list of rules. |
rule_deps | The rule dependencies previously computed (see rule_dependencies.py) |
Definition at line 86 of file rule_attributes.py.