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

Function no_op

IPython/core/interactiveshell.py:251–252  ·  view source on GitHub ↗
(*a, **kw)

Source from the content-addressed store, hash-verified

249
250@undoc
251def no_op(*a, **kw):
252 pass
253
254
255class SpaceInInput(Exception): pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected