Searched refs:schema_path (Results 1 – 2 of 2) sorted by relevance
449 def __init__(self, spec_path=None, schema_path=None, exclude_ops=None, argument463 if schema_path is None and spec_path.startswith(SYS_SCHEMA_DIR):464 schema_path = ''486 if schema_path is None or schema_path is True:487 schema_path = os.path.dirname(os.path.dirname(spec_path)) + f'/{self.proto}.yaml'488 if schema_path:489 with open(schema_path, "r", encoding='utf-8') as stream:
269 SpecFamily(args.spec, schema_path=schema, family=args.family)