MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / get_url

Method get_url

tensorboard/program.py:583–585  ·  view source on GitHub ↗

Returns a URL at which this server should be reachable.

(self)

Source from the content-addressed store, hash-verified

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.

Callers 1

print_serving_messageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected