Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ color_depth
Method
color_depth
IPython/terminal/interactiveshell.py:408–409 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
406
407
@property
408
def
color_depth(self):
409
return
(ColorDepth.TRUE_COLOR
if
self.true_color
else
None)
410
411
def
_extra_prompt_options(self):
412
""
"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected