MCPcopy
hub / github.com/WebODM/WebODM / get_module_name

Method get_module_name

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

Source from the content-addressed store, hash-verified

125 return GlobalDataStore(self.get_name())
126
127 def get_module_name(self):
128 return self.__class__.__module__
129
130 def get_include_js_urls(self):
131 return [self.public_url(js_file) for js_file in self.include_js_files()]

Callers 3

__init__Method · 0.95
get_pathMethod · 0.95
__str__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected