| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.10/idlelib/__pycache__/ |
Upload File : |
o
�9j � @ s6 G d d� d�Z edkrddlmZ eddd� dS dS ) c @ s. e Zd Zd
dd�Zdd� Zdd� Zdd � ZdS )� DelegatorNc C s || _ t� | _d S �N)�delegate�set�_Delegator__cache��selfr � r �(/usr/lib/python3.10/idlelib/delegator.py�__init__ s zDelegator.__init__c C s( t | j|�}t| ||� | j�|� |S r )�getattrr �setattrr �add)r �name�attrr r r �__getattr__ s zDelegator.__getattr__c C s: | j D ]}zt| |� W q ty Y qw | j �� dS )z;Removes added attributes while leaving original attributes.N)r �delattr�AttributeError�clear)r �keyr r r �
resetcache s
�zDelegator.resetcachec C s | � � || _dS )z%Reset attributes and change delegate.N)r r r r r r �setdelegate s
zDelegator.setdelegater )�__name__�
__module__�__qualname__r
r r r r r r r r s
r �__main__� )�mainz idlelib.idle_test.test_delegator� )� verbosityN)r r �unittestr r r r r �<module> s
�