(self)
| 271 | return os.path.join(self._store_dir, 'domains') |
| 272 | |
| 273 | def store_archives(self): |
| 274 | return os.path.join(self._store_dir, 'archive') |
| 275 | |
| 276 | def store_stagings(self): |
| 277 | return os.path.join(self._store_dir, 'staging') |
no test coverage detected