(self)
| 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): |
nothing calls this directly
no outgoing calls
no test coverage detected