One Hat Cyber Team
Your IP :
18.188.189.204
Server IP :
192.145.235.60
Server :
Linux ngx365.inmotionhosting.com 5.14.0-427.33.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 30 09:45:56 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
saltstack
/
salt
/
lib
/
python3.10
/
__pycache__
/
View File Name :
tempfile.cpython-310.pyc
o �Ifs � @ s d Z g d�ZddlZddlZddlZddlZ ddl ZddlZ ddlmZ ddlZddlZddlZddlZejZe je jB e jB Zee d�rJee jO ZeZ ee d�rVe e j!O Z ee d�r_e j"Z"ndZ"d Z#e� Z$d d� Z%dd � Z&dd� Z'G dd� d�Z(dd� Z)dd� Z*da+dd� Z,dd� Z-dd� Z.dd� Z/dd� Z0d d!� Z1da2d"d#� Z3d$d%� Z4d&d'� Z5dCd)d*�Z6dDd+d,�Z7d-e#dfd.d/�Z8G d0d1� d1�Z9G d2d3� d3�Z: 6dEdd7�d8d9�Z;e j<d:ks�ej=d;kr�e;Z>nee d<�a? dFdd7�d=d>�Z>G d?d@� d@�Z@G dAdB� dB�ZAdS )Ga� Temporary files. This module provides generic, low- and high-level interfaces for creating temporary files and directories. All of the interfaces provided by this module can be used without fear of race conditions except for 'mktemp'. 'mktemp' is subject to race conditions and should not be used; it is provided for backward compatibility only. The default path names are returned as str. If you supply bytes as input, all return values will be in bytes. Ex: >>> tempfile.mkstemp() (4, '/tmp/tmptpu9nin8') >>> tempfile.mkdtemp(suffix=b'') b'/tmp/tmppbi8f0hy' This module also provides some data items to the user: TMP_MAX - maximum number of names that will be tried before giving up. tempdir - If this is set to a string before the first use of any routine from this module, it will be considered as another candidate location to store temporary files. ) �NamedTemporaryFile� TemporaryFile�SpooledTemporaryFile�TemporaryDirectory�mkstemp�mkdtemp�mktemp�TMP_MAX� gettempprefix�tempdir� gettempdir�gettempprefixb�gettempdirb� N)�Random� O_NOFOLLOW�O_BINARYr i'