Your IP : 216.73.216.52


Current Path : /opt/alt/python36/lib64/python3.6/test/__pycache__/
Upload File :
Current File : //opt/alt/python36/lib64/python3.6/test/__pycache__/bytecode_helper.cpython-36.opt-2.pyc

3

��2a@�@s4ddlZddlZddlZe�ZGdd�dej�ZdS)�Nc@s,eZdZdd�Zefdd�Zefdd�ZdS)�BytecodeTestCasecCstj�}tj||d�|j�S)N)�file)�io�StringIO�dis�getvalue)�self�co�s�r�4/opt/alt/python36/lib64/python3.6/bytecode_helper.py�get_disassembly_as_stringsz*BytecodeTestCase.get_disassembly_as_stringcCstx2tj|�D]$}|j|kr|tks,|j|kr|SqW|j|�}|tkrTd||f}nd}||||f}|j|�dS)Nz%s not found in bytecode:
%sz!(%s,%r) not found in bytecode:
%s)r�get_instructions�opname�_UNSPECIFIED�argvalr
�fail)r�xrr�instr�disassembly�msgrrr�assertInBytecodes

z!BytecodeTestCase.assertInBytecodecCshxbtj|�D]T}|j|kr|j|�}|tkr:d||f}n|j|krVd}||||f}|j|�qWdS)Nz%s occurs in bytecode:
%sz(%s,%r) occurs in bytecode:
%s)rrrr
rrr)rrrrrrrrrr�assertNotInBytecodes


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