Searched defs:Rule (Results 1 – 2 of 2) sorted by relevance
101 Rule = AllowPerm | ResolveType | NotAnyOf | HasAttr variable126 def check_rule(pol, path: str, tcontext: str, rule: Rule) -> List[str]:
212 def __TERuleMatch(self, Rule, **kwargs): argument