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

Method __init__

IPython/lib/pretty.py:115–119  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

113@undoc
114class CUnicodeIO(StringIO):
115 def __init__(self, *args, **kwargs):
116 super().__init__(*args, **kwargs)
117 warn(("CUnicodeIO is deprecated since IPython 6.0. "
118 "Please use io.StringIO instead."),
119 DeprecationWarning, stacklevel=2)
120
121def _sorted_for_pprint(items):
122 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected