(self)
| 265 | 'operator is not implemented') |
| 266 | |
| 267 | def basebackups(self): |
| 268 | return self._api_path_prefix + 'basebackups_' + self.VERSION + '/' |
| 269 | |
| 270 | def basebackup_directory(self, backup_info): |
| 271 | self._error_on_unexpected_version() |
no outgoing calls
no test coverage detected