Searched refs:exclude_ops (Results 1 – 2 of 2) sorted by relevance
431 def __init__(self, spec_path, schema_path=None, exclude_ops=None): argument 446 self._exclude_ops = exclude_ops if exclude_ops else []
1190 def __init__(self, file_name, exclude_ops): argument 1205 super().__init__(file_name, exclude_ops=exclude_ops)3379 exclude_ops = [re.compile(expr) for expr in args.exclude_op]3382 parsed = Family(args.spec, exclude_ops)