(self)
| 67 | return path.strip('/') if sys.platform == 'win32' else path |
| 68 | |
| 69 | def _get_path(self): |
| 70 | c = self._config |
| 71 | return os.path.join(c['homepath'], self.name + 's') |
| 72 | |
| 73 | def _config_filename(self): |
| 74 | path = self._get_path() |
no outgoing calls
no test coverage detected