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

Method raw_reset

IPython/core/inputsplitter.py:649–654  ·  view source on GitHub ↗

Return raw input only and perform a full reset.

(self)

Source from the content-addressed store, hash-verified

647 self._store('\n'.join(out))
648
649 def raw_reset(self):
650 """Return raw input only and perform a full reset.
651 """
652 out = self.source_raw
653 self.reset()
654 return out
655
656 def source_reset(self):
657 try:

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected