Your IP : 216.73.216.213


Current Path : /opt/alt/python35/lib64/python3.5/site-packages/coverage/__pycache__/
Upload File :
Current File : //opt/alt/python35/lib64/python3.5/site-packages/coverage/__pycache__/bytecode.cpython-35.pyc



E�W��@s,dZddlZGdd�de�ZdS)z%Bytecode manipulation for coverage.py�Nc@s.eZdZdZdd�Zdd�ZdS)�CodeObjectsz,Iterate over all the code objects in `code`.cCs|g|_dS)N)�stack)�self�code�r�D/opt/alt/python35/lib64/python3.5/site-packages/coverage/bytecode.py�__init__szCodeObjects.__init__ccs^xW|jrY|jj�}x3|jD](}t|tj�r%|jj|�q%W|VqWdS)N)r�pop�	co_consts�
isinstance�types�CodeType�append)rr�crrr�__iter__szCodeObjects.__iter__N)�__name__�
__module__�__qualname__�__doc__rrrrrrr	sr)rr�objectrrrrr�<module>s