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

Method register

app/plugins/plugin_base.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 self.manifest = None
16
17 def register(self):
18 self.check_requirements()
19
20 def check_requirements(self):
21 """

Callers 6

admin.pyFile · 0.45
admin.pyFile · 0.45
tiler.pyFile · 0.45
urls.pyFile · 0.45
register_pluginsFunction · 0.45
enable_pluginFunction · 0.45

Calls 1

check_requirementsMethod · 0.95

Tested by

no test coverage detected