This file is indexed.

/usr/lib/python3/dist-packages/maxminddb/const.py is in python3-maxminddb 1.2.0-1.2build1.

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
"""Constants used in the API"""

MODE_AUTO = 0
MODE_MMAP_EXT = 1
MODE_MMAP = 2
MODE_FILE = 4
MODE_MEMORY = 8