Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyinvoke/invoke
/ __repr__
Method
__repr__
invoke/exceptions.py:152–153 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
150
self.timeout = timeout
151
152
def
__repr__(self) -> str:
153
return
self._repr(timeout=self.timeout)
154
155
def
__str__(self) -> str:
156
stdout, stderr = self.streams_for_display()
Callers
nothing calls this directly
Calls
1
_repr
Method · 0.45
Tested by
no test coverage detected