Hacked By AnonymousFox

Current Path : /opt/alt/python37/lib64/python3.7/idlelib/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/idlelib/__pycache__/calltip.cpython-37.opt-1.pyc

B

� f��@s�dZddlZddlZddlZddlZddlZddlZddlmZddl	m
Z
Gdd�d�Zdd�Zd	Z
d
ZdZe�d�Zd
ZdZdZdd�Zedkr�ddlmZeddd�dS)z�Pop up a reminder of how to call a function.

Call Tips are floating windows which display function, class, and method
parameter and docstring information when you type an opening parenthesis, and
which disappear when you type a closing parenthesis.
�N)�	calltip_w)�HyperParserc@sXeZdZddd�Zdd�Zdd�Zddd	�Zd
d�Zdd
�Zdd�Z	dd�Z
dd�ZdS)�CalltipNcCs0|dkrd|_n||_|j|_d|_|j|_dS)N)�editwin�text�active_calltip�_make_tk_calltip_window�_calltip_window)�selfr�r�4/opt/alt/python37/lib64/python3.7/idlelib/calltip.py�__init__szCalltip.__init__cCs
d|_dS)N)r	)r
rrr�closesz
Calltip.closecCst�|j�S)N)rZ
CalltipWindowr)r
rrrr szCalltip._make_tk_calltip_windowcCs|jr|j��d|_dS)N)rZhidetip)r
�eventrrr�remove_calltip_window$s
zCalltip.remove_calltip_windowcCs|�d�dS)z9The user selected the menu entry or hotkey, open the tip.T�break)�open_calltip)r
rrrr�force_open_calltip_event)s
z Calltip.force_open_calltip_eventcCs|�d�dS)z�Happens when it would be nice to open a calltip, but not really
        necessary, for example after an opening bracket, so function calls
        won't be made.
        FN)r)r
rrrr�try_open_calltip_event.szCalltip.try_open_calltip_eventcCs|jr|jjr|�d�dS)NF)rZ	tipwindowr)r
rrrr�refresh_calltip_event5szCalltip.refresh_calltip_eventcCs�|��t|jd�}|�d�}|s&dS|�|d�|��}|sDdS|sZ|�d�dkrZdS|�|�}|sldS|��|_	|j	�
||d|d�dS)N�insert�(r����)rrrZget_surrounding_bracketsZ	set_indexZget_expression�find�	fetch_tipr	rZshowtip)r
Z	evalfuncsZhpZ	sur_paren�
expression�argspecrrrr9s 


zCalltip.open_calltipcCsRy|jjjjj}Wntk
r*d}YnX|rB|�dd|fi�Stt|��SdS)aDReturn the argument list and docstring of a function or class.

        If there is a Python subprocess, get the calltip there.  Otherwise,
        either this fetch_tip() is running in the subprocess or it was
        called in an IDLE running without the subprocess.

        The subprocess environment is that of the most recently run script.  If
        two unrelated modules are being edited some calltips in the current
        module may be inoperative if the module was not the last to run.

        To find methods, fetch_tip must be fed a fully qualified name.

        N�execZget_the_calltip)	rZflistZpyshellZinterp�rpcclt�AttributeErrorZ
remotecall�get_argspec�
get_entity)r
rrrrrrLs

zCalltip.fetch_tip)N)N)�__name__�
__module__�__qualname__r
rrrrrrrrrrrrrs
	
rcCs4|r0tjtj�}y
t||�Stk
r.dSXdS)zwReturn the object corresponding to expression evaluated
    in a namespace spanning sys.modules and __main.dict__.
    N)�sys�modules�__main__�__dict__�eval�
BaseException)r�	namespacerrrr"es
r"�U�z    z(?<=\()\w*\,?\s*zSee source or doczinvalid method signaturez0  # '/' marks preceding args as positional-only.c	
Cs�y
|j}Wntk
rdSXt|tj�r0|n|}ytt�|��}Wn<tk
r�}zt|�}|�	t
�rnt
Sd}Wdd}~XYnXd|kr�t|�ttt
�kr�|t
7}t|t�r�|dkr�t}t|�tkr�tj|ttd�n|r�|gng}t|tj��r�|j}nt|dd�}|�rlxZ|�dt�dt�D]B}|��}|�s:Pt|�tk�r\|dtd�d	}|�|��q&Wd�|�}|�p~tS)
a�Return a string describing the signature of a callable object, or ''.

    For Python-coded functions and methods, the first line is introspected.
    Delete 'self' parameter for classes (.__init__) and bound methods.
    The next lines are the first lines of the doc string up to the first
    empty line or _MAX_LINES.    For builtins, this typically includes
    the arguments in addition to the return value.
    �N�/z())Zsubsequent_indent�__doc__�
�z...)�__call__r+�
isinstance�types�
MethodType�str�inspectZ	signature�	Exception�
startswith�_invalid_method�len�	_MAX_COLS�_argument_positional�type�_default_callable_argspec�textwrapZwrap�_INDENTr1�getattr�split�
_MAX_LINES�strip�append�join)	ZobZob_callZfobr�err�msg�lines�doc�linerrrr!{s<


*
r!r()�mainzidlelib.idle_test.test_calltip�)�	verbosity)r1r(r9�rer&rBr6ZidlelibrZidlelib.hyperparserrrr"r>rFrC�compileZ_first_paramrAr<r?r!r#ZunittestrOrrrr�<module>s*S
6

Hacked By AnonymousFox1.0, Coded By AnonymousFox