Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ plain
Method
plain
IPython/core/ultratb.py:1196–1197 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1194
1195
# some convenient shortcuts
1196
def
plain(self) -> None:
1197
self.set_mode(self.valid_modes[0])
1198
1199
def
context(self) -> None:
1200
self.set_mode(self.valid_modes[1])
Callers
nothing calls this directly
Calls
1
set_mode
Method · 0.95
Tested by
no test coverage detected