Searched refs:spec_path (Results 1 – 1 of 1) sorted by relevance
449 def __init__(self, spec_path=None, schema_path=None, exclude_ops=None, argument457 if (spec_path is None) == (family is None):460 spec_path = find_spec(family)463 if schema_path is None and spec_path.startswith(SYS_SCHEMA_DIR):466 with open(spec_path, "r", encoding='utf-8') as stream:487 schema_path = os.path.dirname(os.path.dirname(spec_path)) + f'/{self.proto}.yaml'