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

Method _accumulating

IPython/core/inputsplitter.py:737–740  ·  view source on GitHub ↗
(dbg)

Source from the content-addressed store, hash-verified

735 Sets self.transformer_accumulating as a side effect.
736 """
737 def _accumulating(dbg):
738 #print(dbg)
739 self.transformer_accumulating = True
740 return None
741
742 for transformer in self.physical_line_transforms:
743 line = transformer.push(line)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected