This file is indexed.

/usr/lib/python3/dist-packages/radio_beam/tests/setup_package.py is in python3-radio-beam 0.2-1.

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
def get_package_data():
    return {
        _ASTROPY_PACKAGE_NAME_ + '.tests': ['coveragerc',
                                            'data/*.fits.gz',
                                            'data/*.tar.gz',
                                            'data/*hdr']}