MCPcopy Index your code
hub / github.com/WebODM/WebODM / assets_path

Method assets_path

app/models/task.py:389–393  ·  view source on GitHub ↗

Get a path relative to the place where assets are stored

(self, *args)

Source from the content-addressed store, hash-verified

387 return None
388
389 def assets_path(self, *args):
390 """
391 Get a path relative to the place where assets are stored
392 """
393 return self.task_path("assets", *args)
394
395 def media_directory_path(self, *args):
396 """

Callers 15

media_directory_pathMethod · 0.95
get_statisticsMethod · 0.95
handle_importMethod · 0.95
processMethod · 0.95
check_eptMethod · 0.95
get_extent_fieldsMethod · 0.95
get_point_cloudMethod · 0.95
get_tile_pathMethod · 0.95

Calls 1

task_pathMethod · 0.95

Tested by 4

test_taskMethod · 0.64
test_backupMethod · 0.64
test_taskMethod · 0.64
test_redirectsMethod · 0.64