MCPcopy Create free account
hub / github.com/WebODM/WebODM / app_mount_points

Method app_mount_points

app/plugins/plugin_base.py:217–223  ·  view source on GitHub ↗

Should be overriden by plugins that want to connect custom Django views :return: [] of MountPoint objects

(self)

Source from the content-addressed store, hash-verified

215 return []
216
217 def app_mount_points(self):
218 """
219 Should be overriden by plugins that want to connect
220 custom Django views
221 :return: [] of MountPoint objects
222 """
223 return []
224
225 def api_mount_points(self):
226 """

Callers 1

app_view_handlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected