관리-도구
편집 파일: testing_refleaks.cpython-311.pyc
� P�Dg? � � � 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.4.0/opt/imunify360/venv/lib64/python3.11/site-packages/google/protobuf/internal/testing_refleaks.pyr zLocalTestResult.__init__2 s'