MCPcopy
hub / github.com/WebODM/WebODM / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

11
12class PluginBase(ABC):
13 def __init__(self):
14 self.name = self.get_module_name().split(".")[-2]
15 self.manifest = None
16
17 def register(self):
18 self.check_requirements()

Callers

nothing calls this directly

Calls 1

get_module_nameMethod · 0.95

Tested by

no test coverage detected