MCPcopy
hub / github.com/WebODM/WebODM / get_persistent_path

Method get_persistent_path

app/plugins/plugin_base.py:81–82  ·  view source on GitHub ↗
(self, *paths)

Source from the content-addressed store, hash-verified

79 pass
80
81 def get_persistent_path(self, *paths):
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)

Callers 1

Calls 1

Tested by

no test coverage detected