This file is indexed.

/usr/lib/python3/dist-packages/reprotest/__main__.py is in reprotest 0.7.7.

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
8
# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
# For details: reprotest/debian/copyright

import sys
from reprotest import main

if __name__ == '__main__':
    sys.exit(main())