This file is indexed.

/usr/lib/python3/dist-packages/astroML/stats/__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
7
from ._binned_statistic import (binned_statistic, binned_statistic_2d,
                                binned_statistic_dd)

from ._point_statistics import \
    mean_sigma, sigmaG, median_sigmaG, fit_bivariate_normal

from .random import bivariate_normal, trunc_exp, linear