This file is indexed.

/usr/lib/python3/dist-packages/evdev/__init__.py is in python3-evdev 0.4.7-0ubuntu4.

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
 9
10
11
12
# encoding: utf-8

#--------------------------------------------------------------------------
# Gather everything into a convenient namespace
#--------------------------------------------------------------------------

from evdev.device import DeviceInfo, InputDevice, AbsInfo
from evdev.events import InputEvent, KeyEvent, RelEvent, SynEvent, AbsEvent, event_factory
from evdev.uinput import UInput, UInputError
from evdev.util import list_devices, categorize, resolve_ecodes
from evdev import ecodes
from evdev import ff