| Server IP : 216.92.14.13 / Your IP : 216.73.217.126 Web Server : Apache System : Linux vps4089.pairvps.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 User : rmlac2fmr ( 1040637) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.4/idlelib/__pycache__/ |
Upload File : |
� �-X�# � @ s� d Z d d l Z d d l Z d d l Z d d l m Z e j e j d Z e d d � \ Z Z d d l m Z d d l m Z d d l Z e j Z e j r� e e j 7Z n Gd d � d � Z e d k r� d d l m Z e d d d �n d S)z�AutoComplete.py - An IDLE extension for automatically completing names. This extension can complete either attribute names of file names. It can pop a window with all available names, for the user to select from. � N)�idleConf�_� � )�AutoCompleteWindow)�HyperParserc @ s� e Z d Z d d! g f g Z e j d d d d d d d �Z d d d � Z d d � Z d d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d d d � Z d d � Z d d � Z d S)"�AutoCompleteZedit�Show Completions�<<force-open-completions>>� extensions� popupwait�type�int�defaultr Nc C sD | | _ | d k r d S| j | _ d | _ d | _ d | _ d S)N)�editwin�text�autocompletewindow�_delayed_completion_id�_delayed_completion_index)�selfr � r �*/usr/lib/python3.4/idlelib/AutoComplete.py�__init__&