HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/trac/prefs/__pycache__/api.cpython-310.pyc
o

�k�`��@sddlTGdd�de�ZdS)�)�*c@s eZdZdZdd�Zdd�ZdS)�IPreferencePanelProviderz.Provides panels for managing user preferences.cC�dS)z�Return a list of available preference panels.

        The items returned by this function must be tuple of the form
        `(panel, label)`, or `(panel, label, parent_panel)` for child panels.
        N�)�reqrr�0/usr/lib/python3/dist-packages/trac/prefs/api.py�get_preference_panels�z.IPreferencePanelProvider.get_preference_panelscCr)z�Process a request for a preference panel.

        This function should return a tuple of the form `(template,
        data)`, where `template` is the name of the template to use
        and `data` is the data used when rendering the template.
        Nr)r�panelrrr�render_preference_panelr	z0IPreferencePanelProvider.render_preference_panelN)�__name__�
__module__�__qualname__�__doc__rrrrrrrsrN)�	trac.core�	Interfacerrrrr�<module>s