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

Method __repr__

IPython/core/inputtransformer.py:82–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 self.func = func
81
82 def __repr__(self):
83 return "StatelessInputTransformer(func={0!r})".format(self.func)
84
85 def push(self, line):
86 """Send a line of input to the transformer, returning the

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected