MCPcopy Index your code
hub / github.com/ipython/ipython / context

Method context

IPython/core/ultratb.py:1199–1200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1197 self.set_mode(self.valid_modes[0])
1198
1199 def context(self) -> None:
1200 self.set_mode(self.valid_modes[1])
1201
1202 def verbose(self) -> None:
1203 self.set_mode(self.valid_modes[2])

Callers

nothing calls this directly

Calls 1

set_modeMethod · 0.95

Tested by

no test coverage detected