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

Method __init__

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

Source from the content-addressed store, hash-verified

55 http_code = 400
56
57 def __init__(self, details=None):
58 msg = _format_message("Invalid argument", details)
59 super().__init__(msg)
60
61
62class NotFoundError(PublicError):

Callers

nothing calls this directly

Calls 2

_format_messageFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected