MCPcopy Create free account
hub / github.com/Netflix/vmaf / root_path

Method root_path

python/vmaf/config.py:190–191  ·  view source on GitHub ↗
(cls, *components)

Source from the content-addressed store, hash-verified

188
189 @classmethod
190 def root_path(cls, *components):
191 return os.path.join(ROOT, *components)
192
193 @classmethod
194 def file_result_store_path(cls, *components):

Callers 15

encode_store_pathMethod · 0.80
workspace_pathMethod · 0.80
workdir_pathMethod · 0.80
model_pathMethod · 0.80
resource_pathMethod · 0.80
test_resource_pathMethod · 0.80
tools_resource_pathMethod · 0.80
encode_pathMethod · 0.80

Calls

no outgoing calls