File: //lib/python3/dist-packages/trac/prefs/__pycache__/api.cpython-310.pyc
o
�k�`� � @ s d dl T G dd� de�ZdS )� )�*c @ s e Zd ZdZdd� Zdd� ZdS )�IPreferencePanelProviderz.Provides panels for managing user preferences.c C � 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� )�reqr r �0/usr/lib/python3/dist-packages/trac/prefs/api.py�get_preference_panels � z.IPreferencePanelProvider.get_preference_panelsc C r )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 �panelr r r �render_preference_panel r z0IPreferencePanelProvider.render_preference_panelN)�__name__�
__module__�__qualname__�__doc__r r r r r r r s r N)� trac.core� Interfacer r r r r �<module> s