Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tensorboard
/ _format_message
Function
_format_message
tensorboard/errors.py:126–130 ·
view source on GitHub ↗
(code_name, details)
Source
from the content-addressed store, hash-verified
124
125
126
def
_format_message(code_name, details):
127
if
details is None:
128
return
code_name
129
else
:
130
return
"%s: %s"
% (code_name, details)
Callers
4
__init__
Method · 0.85
__init__
Method · 0.85
__init__
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…