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

Method transformer_factory

IPython/core/inputtransformer.py:72–73  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

70 """
71 @functools.wraps(func)
72 def transformer_factory(**kwargs):
73 return cls(func, **kwargs)
74
75 return transformer_factory
76

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected