Searched refs:exclude_ops (Results 1 – 2 of 2) sorted by relevance
368 def __init__(self, spec_path, schema_path=None, exclude_ops=None): argument383 self._exclude_ops = exclude_ops if exclude_ops else []
781 def __init__(self, file_name, exclude_ops): argument796 super().__init__(file_name, exclude_ops=exclude_ops)2338 exclude_ops = [re.compile(expr) for expr in args.exclude_op]2341 parsed = Family(args.spec, exclude_ops)