Home
last modified time | relevance | path

Searched refs:exclude_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/net/ynl/lib/
Dnlspec.py368 def __init__(self, spec_path, schema_path=None, exclude_ops=None): argument
383 self._exclude_ops = exclude_ops if exclude_ops else []
/Linux-v6.6/tools/net/ynl/
Dynl-gen-c.py781 def __init__(self, file_name, exclude_ops): argument
796 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)