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

Method resource_path

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

Source from the content-addressed store, hash-verified

212
213 @classmethod
214 def resource_path(cls, *components):
215 return cls.root_path('resource', *components)
216
217 @classmethod
218 def test_resource_path(cls, *components, bypass_download=False):

Calls 1

root_pathMethod · 0.80

Tested by 1

setUpMethod · 0.64