Blocking call to start serving the TensorBoard server.
(self)
| 576 | |
| 577 | @abstractmethod |
| 578 | def serve_forever(self): |
| 579 | """Blocking call to start serving the TensorBoard server.""" |
| 580 | raise NotImplementedError() |
| 581 | |
| 582 | @abstractmethod |
| 583 | def get_url(self): |
no outgoing calls
no test coverage detected