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 []
784 def __init__(self, file_name, exclude_ops): argument799 super().__init__(file_name, exclude_ops=exclude_ops)2341 exclude_ops = [re.compile(expr) for expr in args.exclude_op]2344 parsed = Family(args.spec, exclude_ops)