This file is indexed.

/usr/share/pyshared/pysnmp/smi/mibs/ASN1-ENUMERATION.py is in python-pysnmp4 4.2.5-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
7
# ASN.1 types enumeration tools
from pyasn1.type import namedval

mibBuilder.exportSymbols(
    'ASN1-ENUMERATION',
    NamedValues=namedval.NamedValues
    )