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

Method reset

IPython/core/inputtransformer.py:58–64  ·  view source on GitHub ↗

Return, transformed any lines that the transformer has accumulated, and reset its internal state. Must be overridden by subclasses.

(self)

Source from the content-addressed store, hash-verified

56
57 @abc.abstractmethod
58 def reset(self):
59 """Return, transformed any lines that the transformer has accumulated,
60 and reset its internal state.
61
62 Must be overridden by subclasses.
63 """
64 pass
65
66 @classmethod
67 def wrap(cls, func):

Callers 1

outputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected