Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
imunify360
/
venv
/
lib64
/
python3.11
/
site-packages
/
google
/
protobuf
/
internal
/
__pycache__
[ HOME ]
Exec
Submit
testing_refleaks.cpython-311.pyc
� ��gh? � � � d Z ddlZddlZddlZddlZ G d� dej � � Z G d� de� � Z e ed� � rd� Z ej ZdS d � Z d � ZdS )a[ A subclass of unittest.TestCase which checks for reference leaks. To use: - Use testing_refleak.BaseTestCase instead of unittest.TestCase - Configure and compile Python with --with-pydebug If sys.gettotalrefcount() is not available (because Python was built without the Py_DEBUG option), then this module is a no-op and tests will run normally. � Nc �* � e Zd ZdZd� Zd� Zd� Zd� ZdS )�LocalTestResultzHA TestResult which forwards events to a parent object, except for Skips.c �R � t j � | � � || _ d S �N)�unittest� TestResult�__init__� parent_result)�selfr s ��/builddir/build/BUILD/imunify360-venv-2.6.0/opt/imunify360/venv/lib64/python3.11/site-packages/google/protobuf/internal/testing_refleaks.pyr zLocalTestResult.__init__2 s'