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

Function no_code

IPython/utils/py3compat.py:188–189  ·  view source on GitHub ↗
(x, encoding=None)

Source from the content-addressed store, hash-verified

186# See https://github.com/cython/cython/pull/3291 and
187# https://github.com/ipython/ipython/issues/12068
188def no_code(x, encoding=None):
189 return x
190unicode_to_str = cast_bytes_py2 = no_code
191

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected