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

Method source_reset

IPython/core/inputsplitter.py:656–661  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

654 return out
655
656 def source_reset(self):
657 try:
658 self.flush_transformers()
659 return self.source
660 finally:
661 self.reset()
662
663 def push_accepts_more(self):
664 if self.transformer_accumulating:

Callers

nothing calls this directly

Calls 2

flush_transformersMethod · 0.95
resetMethod · 0.95

Tested by

no test coverage detected