Searched refs:schema_path (Results 1 – 1 of 1) sorted by relevance
431 def __init__(self, spec_path, schema_path=None, exclude_ops=None): argument 451 if schema_path is None:452 schema_path = os.path.dirname(os.path.dirname(spec_path)) + f'/{self.proto}.yaml'453 if schema_path:456 with open(schema_path, "r") as stream: