Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ context
Method
context
IPython/core/ultratb.py:1377–1378 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1375
self.set_mode(self.valid_modes[0])
1376
1377
def
context(self):
1378
self.set_mode(self.valid_modes[1])
1379
1380
def
verbose(self):
1381
self.set_mode(self.valid_modes[2])
Callers
nothing calls this directly
Calls
1
set_mode
Method · 0.95
Tested by
no test coverage detected