This file is indexed.

/usr/lib/python3/dist-packages/networkx/drawing/__init__.py is in python3-networkx 1.11-2.

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
6
# graph drawing and interface to graphviz

from .layout import *
from .nx_pylab import *
from . import nx_agraph
from . import nx_pydot