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

Method reset

IPython/core/inputtransformer.py:90–92  ·  view source on GitHub ↗

No-op - exists for compatibility.

(self)

Source from the content-addressed store, hash-verified

88 return self.func(line)
89
90 def reset(self):
91 """No-op - exists for compatibility."""
92 pass
93
94class CoroutineInputTransformer(InputTransformer):
95 """Wrapper for an input transformer implemented as a coroutine."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected