Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorlayer/TensorLayer
/ error
Function
error
tensorlayer/logging/tl_logging.py:102–103 ·
view source on GitHub ↗
(msg, *args, **kwargs)
Source
from the content-addressed store, hash-verified
100
101
102
def
error(msg, *args, **kwargs):
103
_get_logger().error(
"ERROR: %s"
% msg, *args, **kwargs)
104
105
106
def
fatal(msg, *args, **kwargs):
Callers
1
TaskLevelStatusMessage
Function · 0.85
Calls
1
_get_logger
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…