Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/python-fire
/ HasError
Method
HasError
fire/trace.py:277–278 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
275
self._capacity = capacity
276
277
def
HasError(self):
278
return
self._error is not None
279
280
def
HasCapacity(self):
281
return
self._capacity
Callers
2
__str__
Method · 0.95
testFireTraceElementHasError
Method · 0.95
Calls
no outgoing calls
Tested by
1
testFireTraceElementHasError
Method · 0.76