MCPcopy Create free account
hub / github.com/ipython/ipython / plain

Method plain

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

Source from the content-addressed store, hash-verified

1372
1373 # some convenient shortcuts
1374 def plain(self):
1375 self.set_mode(self.valid_modes[0])
1376
1377 def context(self):
1378 self.set_mode(self.valid_modes[1])

Callers

nothing calls this directly

Calls 1

set_modeMethod · 0.95

Tested by

no test coverage detected