This file is indexed.

/usr/lib/python3/dist-packages/astroML/time_series/__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
from .ACF import ACF_scargle, ACF_EK
from .periodogram import lomb_scargle, lomb_scargle_bootstrap, \
    lomb_scargle_AIC, lomb_scargle_BIC, multiterm_periodogram, \
    search_frequencies, MultiTermFit
from .generate import generate_power_law, generate_damped_RW