(self, *paths)
| 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) |
no test coverage detected