This file is indexed.

/usr/lib/python2.7/dist-packages/IPython/utils/jsonutil.py is in python-ipython 5.1.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
from warnings import warn

warn("IPython.utils.jsonutil has moved to jupyter_client.jsonutil")

from jupyter_client.jsonutil import *