This file is indexed.

/usr/lib/python3/dist-packages/PyTango/databaseds/db_errors.py is in python3-pytango 8.1.8-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
8
DB_SQLError = "DB_SQLError"
DB_IncorrectArguments = "DB_IncorrectArguments"
DB_IncorrectDeviceName = "DB_IncorrectDeviceName"
DB_IncorrectServerName = "DB_IncorrectServerName"
DB_DeviceNotDefined = "DB_DeviceNotDefined"
DB_AliasNotDefined = "DB_AliasNotDefined"
DB_NoFreeMySQLConnection = "DB_NoFreeMySQLConnection"
DB_MySQLLibNotThreadSafe = "DB_MySQLLibNotThreadSafe"