(self)
| 74 | raise NotImplementedError("Mock doesn't implement start().") |
| 75 | |
| 76 | def shutdown(self): |
| 77 | raise NotImplementedError("Mock doesn't implement shutdown().") |
| 78 | |
| 79 | @staticmethod |
| 80 | def create_legacy_mock_server(buckets, # type: List[LegacyMockBucketSpec] |
no outgoing calls