Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/python-fire
/ ErrorAsStr
Method
ErrorAsStr
fire/trace.py:289–290 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
287
self._separator = True
288
289
def
ErrorAsStr(self):
290
return
' '
.join(str(arg)
for
arg in self._error.args)
291
292
def
__str__(self):
293
if
self.HasError():
Callers
2
__str__
Method · 0.95
_DisplayError
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected