| Server IP : 66.29.153.156 / Your IP : 216.73.216.151 Web Server : LiteSpeed System : Linux premium322.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64 User : lastyfjz ( 1521) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /lib/python3.6/site-packages/google/protobuf/internal/__pycache__/ |
Upload File : |
3 ���h� � @ s� d Z ddlZddlZyddlZW n ek r< ddlZY nX yddlZW n ek rf ddlZY nX G dd� dej�ZG dd� dej �Z eed�r�e Zej Znej Zdd � 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 @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )�LocalTestResultzHA TestResult which forwards events to a parent object, except for Skips.c C s t jj| � || _d S )N)�unittest� TestResult�__init__� parent_result)�selfr � r �&/usr/lib/python3.6/testing_refleaks.pyr : s zLocalTestResult.__init__c C s | j j||� d S )N)r �addError)r �test�errorr r r r >