Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ minimal
Method
minimal
IPython/core/ultratb.py:1205–1206 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1203
self.set_mode(self.valid_modes[2])
1204
1205
def
minimal(self) -> None:
1206
self.set_mode(self.valid_modes[3])
1207
1208
1209
# ----------------------------------------------------------------------------
Callers
nothing calls this directly
Calls
1
set_mode
Method · 0.95
Tested by
no test coverage detected