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

Method __init__

IPython/core/inputtransformer.py:79–80  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

77class StatelessInputTransformer(InputTransformer):
78 """Wrapper for a stateless input transformer implemented as a function."""
79 def __init__(self, func):
80 self.func = func
81
82 def __repr__(self):
83 return "StatelessInputTransformer(func={0!r})".format(self.func)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected