This file is indexed.

/usr/share/pyshared/social_auth/signals.py is in python-django-social-auth 0.7.23-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
5
6
7
8
9
from django.dispatch import Signal


# This module is deprecated, this signals aren't used by the code anymore
# and it's functionality should be replaced by pipeline methods.


pre_update = Signal(providing_args=['user', 'response', 'details'])
socialauth_registered = Signal(providing_args=['user', 'response', 'details'])