This file is indexed.

/usr/share/pyshared/guppy/heapy/Target.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
import os, sys
class Target:
    def __init__(self):
	self.wd = os.getcwd()
	self.pid = os.getpid()
	self.sys = sys