| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/IPython/terminal/pt_inputhooks/__pycache__/ |
Upload File : |
�
�@�c� � �V � d Z ddlZddlZddlZddlmZ ddlZd� Zed� � � Z G d� dej
� � Z G d� d e� � Z
ed
� � � Zed� � � Zed� � � Zd
Z eej d � � Zn# e$ r Y nw xY wedk reZdS ej dk reZdS eZdS )z;Enable wxPython to be used interactively in prompt_toolkit
� N)�
default_timerc � � � � fd�}|S )aC Decorator which causes KeyboardInterrupt exceptions to be ignored during
execution of the decorated function.
This is used by the inputhook functions to handle the event where the user
presses CTRL+C while IPython is idle, and the inputhook loop is running. In
this case, we want to ignore interrupts.
c �<