get_rules method

get_rules

Get rules by codes from WCAG with type IRule

Returns

IList{IRule} object

def get_rules(self, codes):
    ...
ParameterTypeDescription
codeslistlist of rules code from WCAG

See Also