Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/WebODM/WebODM
/ __str__
Method
__str__
app/plugins/plugin_base.py:270–271 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
268
return
self.manifest
269
270
def
__str__(self):
271
return
"[{}]"
.format(self.get_module_name())
Callers
nothing calls this directly
Calls
2
get_module_name
Method · 0.95
format
Method · 0.45
Tested by
no test coverage detected