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

Method api_mount_points

coreplugins/contours/plugin.py:14–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12 return ['Contours.jsx']
13
14 def api_mount_points(self):
15 return [
16 MountPoint('task/(?P<pk>[^/.]+)/contours/generate', TaskContoursGenerate.as_view()),
17 MountPoint('task/[^/.]+/contours/download/(?P<celery_task_id>.+)', TaskContoursDownload.as_view()),
18 ]

Callers

nothing calls this directly

Calls 1

MountPointClass · 0.90

Tested by

no test coverage detected