Returns a URL at which this server should be reachable.
(self)
| 581 | |
| 582 | @abstractmethod |
| 583 | def get_url(self): |
| 584 | """Returns a URL at which this server should be reachable.""" |
| 585 | raise NotImplementedError() |
| 586 | |
| 587 | def print_serving_message(self): |
| 588 | """Prints a user-friendly message prior to server start. |
no outgoing calls
no test coverage detected