Searched refs:exclude_ops (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | nlspec.py | 449 def __init__(self, spec_path=None, schema_path=None, exclude_ops=None, argument 481 self._exclude_ops = exclude_ops if exclude_ops else []
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1232 def __init__(self, file_name, exclude_ops, fn_prefix): argument 1253 super().__init__(file_name, exclude_ops=exclude_ops) 3476 exclude_ops = [re.compile(expr) for expr in args.exclude_op] 3479 parsed = Family(args.spec, exclude_ops, args.fn_prefix)
|