MCPcopy
hub / github.com/WebODM/WebODM / path_exists

Method path_exists

app/plugins/plugin_base.py:161–162  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

159
160
161 def path_exists(self, path):
162 return os.path.exists(self.get_path(path))
163
164 def include_js_files(self):
165 """

Callers 1

build_pluginsFunction · 0.80

Calls 2

get_pathMethod · 0.95
existsMethod · 0.80

Tested by

no test coverage detected