Your IP : 216.73.216.213


Current Path : /proc/242857/root/opt/alt/python34/lib64/python3.4/test/__pycache__/
Upload File :
Current File : //proc/242857/root/opt/alt/python34/lib64/python3.4/test/__pycache__/bytecode_helper.cpython-34.pyo

�
g fC�@sPdZddlZddlZddlZe�ZGdd�dej�ZdS)zGbytecode_helper - support tools for testing correct bytecode generation�Nc@s@eZdZdZdd�Zedd�Zedd�ZdS)	�BytecodeTestCasez1Custom assertion methods for inspecting bytecode.cCs)tj�}tj|d|�|j�S)N�file)�io�StringIO�dis�getvalue)�self�co�s�r�9/opt/alt/python34/lib64/python3.4/test/bytecode_helper.py�get_disassembly_as_stringsz*BytecodeTestCase.get_disassembly_as_stringcCs�xHtj|�D]7}|j|kr|tks@|j|krG|SqqW|j|�}|tkryd||f}nd}||||f}|j|�dS)z=Returns instr if op is found, otherwise throws AssertionErrorz%s not found in bytecode:
%sz!(%s,%r) not found in bytecode:
%sN)r�get_instructions�opname�_UNSPECIFIED�argvalr
�fail)r�xrr�instr�disassembly�msgrrr�assertInBytecodesz!BytecodeTestCase.assertInBytecodecCs�x�tj|�D]~}|j|kr|jt�}ttkrSd||f}n+|j|kr~d}||||f}n|j|�qqWdS)z$Throws AssertionError if op is foundz%s occurs in bytecode:
%sz(%s,%r) occurs in bytecode:
%sN)	rrrr
r	Zopargvalrrr)rrrrrrrrrr�assertNotInBytecodesz$BytecodeTestCase.assertNotInBytecodeN)�__name__�
__module__�__qualname__�__doc__r
rrrrrrrr	sr)rZunittestrr�objectrZTestCaserrrrr�<module>s