MCPcopy Create free account
hub / github.com/NyarchLinux/DesktopPuppet / is_installed

Method is_installed

puppet_extension.py:130–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128 }
129 ]
130 def is_installed(self) -> bool:
131 return os.path.isdir(self.webview_path) and os.path.isdir(self.puppet_path)
132
133 def install(self):
134 if not os.path.isdir(self.webview_path):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected