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

Method get_name

app/plugins/plugin_base.py:105–109  ·  view source on GitHub ↗

:return: Name of current module (reflects the directory in which this plugin is stored)

(self)

Source from the content-addressed store, hash-verified

103 return os.path.join(os.path.dirname(sys.modules[self.get_module_name()].__file__), *paths)
104
105 def get_name(self):
106 """
107 :return: Name of current module (reflects the directory in which this plugin is stored)
108 """
109 return self.name
110
111 def get_user_data_store(self, user):
112 """

Callers 11

get_user_data_storeMethod · 0.95
get_global_data_storeMethod · 0.95
public_urlMethod · 0.95
template_pathMethod · 0.95
viewFunction · 0.80
sync_plugin_dbFunction · 0.80
build_pluginsFunction · 0.80
register_pluginsFunction · 0.80
get_pluginsFunction · 0.80
get_active_pluginsFunction · 0.80
get_plugin_by_nameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected