Uname : Linux serv1.rebootns.com 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
Soft : LiteSpeed
Ip : 139.99.125.122
Port : 443
~
/
opt
/
alt
/
python33
/
lib64
/
python3.3
/
idlelib
/
__pycache__
[ HOME ]
Exec
Submit
File Name : AutoComplete.cpython-33.pyo
� � fz# c @ 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 d S( u� 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. i N( u idleConfu _i i ( u AutoCompleteWindow( u HyperParserc B s� | Ee 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("