(self, path)
| 64 | raise RuntimeError('This path %s does not exists' % path) |
| 65 | |
| 66 | def _format_path(self, path): |
| 67 | return path.strip('/') if sys.platform == 'win32' else path |
| 68 | |
| 69 | def _get_path(self): |
| 70 | c = self._config |
no outgoing calls
no test coverage detected