Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: utils.ulinecache
¶
Wrapper around linecache which decodes files to unicode according to PEP 263.
This is only needed for Python 2 - linecache in Python 3 does the same thing itself.