Warning: Undefined array key "बहिः गच्छतु" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
181
Current File : //usr/lib64/python2.6/idlelib/AutoComplete.pyo |
��
���Lc
@ s� d Z d d k Z d d k Z d d k Z d d k l Z e i e i e i d Z e i e i d Z
e d d � \ Z Z
d d k l Z d d k l Z d d k Z e i Z e i o e e i 7Z n d
d
d � � YZ d S( s� 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( t idleConfs ._~#$:-t _i i ( t AutoCompleteWindow( t HyperParsert AutoCompletec B s� e Z d d g f g Z e i d d d d d d d �Z d d
� Z d � Z d d � Z d
� Z
d � Z d � Z d � Z
d � Z d d � Z d � Z d � Z RS( t edits Show Completionss <<force-open-completions>>t
extensionsR t popupwaitt typet intt defaulti c C sF | | _ | d j o d S| i | _ d | _ d | _ d | _ d S( N( t editwint Nonet textt autocompletewindowt _delayed_completion_idt _delayed_completion_index( t selfR ( ( s, /usr/lib64/python2.6/idlelib/AutoComplete.pyt __init__) s
c C s t i | i � S( N( R R
( R ( ( s, /usr/lib64/python2.6/idlelib/AutoComplete.pyt _make_autocomplete_window6 s c C s( | i o | i i � d | _ n d S( N( R t hide_windowR ( R t event( ( s, /usr/lib64/python2.6/idlelib/AutoComplete.pyt _remove_autocomplete_window9 s
c C s | i t t t � d S( sq Happens when the user really wants to open a completion list, even
if a function call is needed.
N( t open_completionst Truet False( R R ( ( s, /usr/lib64/python2.6/idlelib/AutoComplete.pyt force_open_completions_event>