This file is indexed.

/usr/share/pyshared/django/test/signals.py is in python-django 1.3.1-4ubuntu1.23.

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

The actual contents of the file can be viewed below.

1
2
3
from django.dispatch import Signal

template_rendered = Signal(providing_args=["template", "context"])