__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
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 >