Your IP : 216.73.216.85


Current Path : /opt/alt/python38/lib64/python3.8/test/__pycache__/
Upload File :
Current File : //opt/alt/python38/lib64/python3.8/test/__pycache__/bytecode_helper.cpython-38.opt-2.pyc

U

i�f@�@s4ddlZddlZddlZe�ZGdd�dej�ZdS)�Nc@s,eZdZdd�Zefdd�Zefdd�ZdS)�BytecodeTestCasecCst��}tj||d�|��S)N)�file)�io�StringIO�dis�getvalue)�self�co�s�r�9/opt/alt/python38/lib64/python3.8/test/bytecode_helper.py�get_disassembly_as_stringsz*BytecodeTestCase.get_disassembly_as_stringcCstt�|�D](}|j|kr
|tks*|j|kr
|Sq
|�|�}|tkrTd||f}nd}||||f}|�|�dS)Nz%s not found in bytecode:
%sz!(%s,%r) not found in bytecode:
%s)r�get_instructions�opname�_UNSPECIFIED�argvalr
�fail�r�xrrZinstrZdisassembly�msgrrr�assertInBytecodes


z!BytecodeTestCase.assertInBytecodecCsdt�|�D]T}|j|kr
|�|�}|tkr8d||f}n|j|krTd}||||f}|�|�q
dS)Nz%s occurs in bytecode:
%sz(%s,%r) occurs in bytecode:
%s)rrrr
rrrrrrr�assertNotInBytecodes


z$BytecodeTestCase.assertNotInBytecodeN)�__name__�
__module__�__qualname__r
rrrrrrrr	sr)Zunittestrr�objectrZTestCaserrrrr�<module>s