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

Method push_accepts_more

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

Source from the content-addressed store, hash-verified

661 self.reset()
662
663 def push_accepts_more(self):
664 if self.transformer_accumulating:
665 return True
666 else:
667 return super(IPythonInputSplitter, self).push_accepts_more()
668
669 def transform_cell(self, cell):
670 """Process and translate a cell of input.

Callers

nothing calls this directly

Calls 1

push_accepts_moreMethod · 0.45

Tested by

no test coverage detected