Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/WebODM/WebODM
/ api_mount_points
Method
api_mount_points
coreplugins/objdetect/plugin.py:14–18 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
return
[
'ObjDetect.jsx'
]
13
14
def
api_mount_points(self):
15
return
[
16
MountPoint(
'task/(?P<pk>[^/.]+)/detect'
, TaskObjDetect.as_view()),
17
MountPoint(
'task/[^/.]+/download/(?P<celery_task_id>.+)'
, TaskObjDownload.as_view()),
18
]
Callers
nothing calls this directly
Calls
1
MountPoint
Class · 0.90
Tested by
no test coverage detected