← Back
Editing: loop.cpython-312.opt-1.pyc
� �ic� � � � d dl mZmZ d dlZ ej dd� d dlmZ ddgZ G d� de� � Z G d � de� Z y)� )�ABCMeta�abstractmethodN�GLibz2.0)r �AbstractEventLoop� EventLoopc �0 � e Zd ZdZed� � Zed� � Zy)r ao The abstract representation of the event loop. It is necessary to run the event loop to handle emitted DBus signals or incoming DBus calls (in the DBus service). Example: .. code-block:: python # Create the event loop. loop = EventLoop() # Start the event loop. loop.run() # Run loop.quit() to stop. c � � y�zStart the event loop.N� ��selfs �0/usr/lib/python3.12/site-packages/dasbus/loop.py�runzAbstractEventLoop.run5 � � � � c � � y�zStop the event loop.Nr r s r �quitzAbstractEventLoop.quit: r r N)�__name__� __module__�__qualname__�__doc__r r r r r r r r ! s/ � ��&