MCPcopy 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
_DisplayErrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected