Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tensorboard
/ __init__
Method
__init__
tensorboard/errors.py:40–42 ·
view source on GitHub ↗
(self, details)
Source
from the content-addressed store, hash-verified
38
http_code = 500
# default; subclasses should override
39
40
def
__init__(self, details):
41
super().__init__(details)
42
self.headers = []
43
44
45
class
InvalidArgumentError(PublicError):
Callers
4
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected