This file is indexed.

/usr/share/pyshared/d_rats/sessions/form.py is in d-rats 0.3.3-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
from d_rats.sessions import base, file

class FormTransferSession(file.FileTransferSession):
    type = base.T_FORMXFER