Searched refs:schema_path (Results 1 – 1 of 1) sorted by relevance
368 def __init__(self, spec_path, schema_path=None, exclude_ops=None): argument388 if schema_path is None:389 schema_path = os.path.dirname(os.path.dirname(spec_path)) + f'/{self.proto}.yaml'390 if schema_path:393 with open(schema_path, "r") as stream: