This file is indexed.

/usr/share/pyshared/apptools/preferences/api.py is in python-apptools 4.0.1-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
from i_preferences import IPreferences

from package_globals import get_default_preferences, set_default_preferences
from preferences import Preferences
from preference_binding import PreferenceBinding, bind_preference
from preferences_helper import PreferencesHelper
from scoped_preferences import ScopedPreferences