This file is indexed.

/usr/lib/python3/dist-packages/astroML/plotting/__init__.py is in python3-astroml 0.3-6.

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
from .hist_tools import hist
from .scatter_contour import scatter_contour
from .mcmc import plot_mcmc
from .ellipse import plot_tissot_ellipse
from .multiaxes import MultiAxes
from .settings import setup_text_plots