| Server IP : 35.80.110.71 / Your IP : 216.73.216.52 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/matplotlib/__pycache__/ |
Upload File : |
�
G8�c� � �
� d � Z y)c �v � | j j r| j � |D �cg c] }| j j ||� �� }} | j j |� |D ] }| j j |� � yc c}w # |D ] }| j j |� � w xY w)a�
Run *figure*'s event loop while listening to interactive events.
The events listed in *event_names* are passed to *handler*.
This function is used to implement `.Figure.waitforbuttonpress`,
`.Figure.ginput`, and `.Axes.clabel`.
Parameters
----------
figure : `~matplotlib.figure.Figure`
event_names : list of str
The names of the events passed to *handler*.
timeout : float
If positive, the event loop is stopped after *timeout* seconds.
handler : Callable[[Event], Any]
Function called for each event; it can force an early exit of the event
loop by calling ``canvas.stop_event_loop()``.
N)�canvas�manager�show�mpl_connect�start_event_loop�mpl_disconnect)�figure�event_names�timeout�handler�name�cids�cids �</usr/lib/python3/dist-packages/matplotlib/_blocking_input.py�blocking_input_loopr s� � �( �}�}������
�AL�M��F�M�M�%�%�d�G�4�M�D�M�.��
�
�&�&�w�/� � .�C��M�M�(�(��-� .�� N��
� .�C��M�M�(�(��-� .�s �#B�B �$B8N)r � � r �<module>r s
��.r