| Server IP : 46.17.175.229 / Your IP : 216.73.216.31 Web Server : LiteSpeed System : Linux lt-bnk-web1163.main-hosting.eu 4.18.0-553.157.1.lve.el8.x86_64 #1 SMP Mon Aug 24 17:05:39 UTC 2026 x86_64 User : u528038015 ( 528038015) PHP Version : 8.2.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python37/lib/python3.7/site-packages/setuptools/__pycache__/ |
Upload File : |
B
?�meF � @ sP g Z eZyd dlmZ W n2 ek
rJ d dlZd dlZG dd� d�ZY nX dS )� )�TemporaryDirectoryNc @ s( e Zd ZdZdd� Zdd� Zdd� ZdS ) r z�
Very simple temporary directory context manager.
Will try to delete afterward, but will also ignore OS and similar
errors on deletion.
c K s d | _ tjf |�| _ d S )N)�name�tempfile�mkdtemp)�self�kwargs� r �F/opt/alt/python37/lib/python3.7/site-packages/setuptools/py31compat.py�__init__ s zTemporaryDirectory.__init__c C s | j S )N)r )r r r r � __enter__ s zTemporaryDirectory.__enter__c C s2 yt �| jd� W n tk
r& Y nX d | _d S )NT)�shutil�rmtreer �OSError)r �exctypeZexcvalueZexctracer r r �__exit__ s
zTemporaryDirectory.__exit__N)�__name__�
__module__�__qualname__�__doc__r
r r r r r r r
s r )�__all__�typeZ
__metaclass__r r �ImportErrorr r r r r �<module> s