This file is indexed.

/usr/lib/python2.7/dist-packages/zope/testrunner/tests/testrunner-ex/sample3/set_trace5.txt is in python-zope.testrunner 4.4.9-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
    >>> x = 1
    >>> if 1:
    ...     import pdb; pdb.set_trace()
    ...     y = x