MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / __init__

Method __init__

tensorboard/errors.py:74–76  ·  view source on GitHub ↗
(self, details=None)

Source from the content-addressed store, hash-verified

72 http_code = 404
73
74 def __init__(self, details=None):
75 msg = _format_message("Not found", details)
76 super().__init__(msg)
77
78
79class UnauthenticatedError(PublicError):

Callers

nothing calls this directly

Calls 2

_format_messageFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected