One Hat Cyber Team
Your IP :
216.73.216.55
Server IP :
5.189.175.239
Server :
Linux panel.gemx-ai.com 5.14.0-570.19.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 4 04:00:24 EDT 2025 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
python27
/
lib64
/
python2.7
/
idlelib
/
View File Name :
CallTips.pyo
� �qcc @ s� d Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l m Z d d l m Z d d d � � YZ d � Z d Z d Z d Z d � Z e d k r� d d l m Z e d d d �n d S( s CallTips.py - An IDLE Extension to Jog Your Memory 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. i����N( t CallTipWindow( t HyperParsert CallTipsc B sz e Z d d g f g Z d d � Z d � Z d � Z d d � Z d � Z d � Z d � Z d � Z d � Z d � Z RS( t edits Show call tips <<force-open-calltip>>c C sG | d k r d | _ d S| | _ | j | _ d | _ | j | _ d S( N( t Nonet editwint textt calltipt _make_tk_calltip_windowt _make_calltip_window( t selfR ( ( s5 /opt/alt/python27/lib64/python2.7/idlelib/CallTips.pyt __init__ s c C s d | _ d S( N( R R ( R ( ( s5 /opt/alt/python27/lib64/python2.7/idlelib/CallTips.pyt close# s c C s t j | j � S( N( R t CallTipR ( R ( ( s5 /opt/alt/python27/lib64/python2.7/idlelib/CallTips.pyR &