MCPcopy
hub / github.com/WebODM/WebODM / data_path

Method data_path

app/models/task.py:401–405  ·  view source on GitHub ↗

Path to task data that does not fit in database fields (e.g. console output)

(self, *args)

Source from the content-addressed store, hash-verified

399 return self.assets_path("media", *args)
400
401 def data_path(self, *args):
402 """
403 Path to task data that does not fit in database fields (e.g. console output)
404 """
405 return self.task_path("data", *args)
406
407 def task_path(self, *args):
408 """

Callers 4

__init__Method · 0.95
write_backup_fileMethod · 0.95
read_backup_fileMethod · 0.95

Calls 1

task_pathMethod · 0.95

Tested by 1