Searched refs:SpecFamily (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | __init__.py | 6 SpecFamily, SpecOperation, SpecSubMessage, SpecSubMessageFormat, \
|
| H A D | nlspec.py | 415 class SpecFamily(SpecElement): class 492 if SpecFamily.jsonschema is None: 493 SpecFamily.jsonschema = importlib.import_module("jsonschema") 495 SpecFamily.jsonschema.validate(self.yaml, schema)
|
| H A D | ynl.py | 28 from .nlspec import SpecFamily 660 class YnlFamily(SpecFamily):
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | cli.py | 19 from lib import YnlFamily, Netlink, NlError, SpecFamily, SpecException, YnlException 269 SpecFamily(args.spec, schema_path=schema, family=args.family)
|
| H A D | ynl_gen_c.py | 28 from lib import SpecFamily, SpecAttrSet, SpecAttr, SpecOperation, SpecEnumSet, SpecEnumEntry 1231 class Family(SpecFamily):
|