Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/httpie/cli
/ rich_console
Method
rich_console
httpie/context.py:212–213 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
210
211
@cached_property
212
def
rich_console(self):
213
return
self._make_rich_console(self.stdout, self.stdout_isatty)
214
215
@cached_property
216
def
rich_error_console(self):
Callers
nothing calls this directly
Calls
1
_make_rich_console
Method · 0.95
Tested by
no test coverage detected