Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/WebODM/WebODM
/ get_python_packages_path
Method
get_python_packages_path
app/plugins/plugin_base.py:84–85 ·
view source on GitHub ↗
(self, *paths)
Source
from the content-addressed store, hash-verified
82
return
get_plugins_persistent_path(self.name, *paths)
83
84
def
get_python_packages_path(self, *paths):
85
return
self.get_persistent_path(
"site-packages"
, *paths)
86
87
@contextmanager
88
def
python_imports(self):
Callers
3
check_requirements
Method · 0.95
python_imports
Method · 0.95
test_core_plugins
Method · 0.80
Calls
1
get_persistent_path
Method · 0.95
Tested by
1
test_core_plugins
Method · 0.64