This file is indexed.

/usr/share/pyshared/guppy/heapy/RemoteConstants.py is in python-guppy 0.1.9-2ubuntu4.

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
# Constants used in communication between RemoteAccess and Monitor

READLINE = 'READLINE\n'
KEYBOARDINTERRUPT = 'KEYBOARDINTERRUPT\n'
DONE = 'DONE\n'
LOCALHOST = '127.0.0.1'
#HEAPYPORT = 8834
HEAPYPORT = 3546