HEX
Server: LiteSpeed
System: Linux standart9.isimtescil.net 3.10.0-962.3.2.lve1.5.26.7.el7.x86_64 #1 SMP Wed Oct 2 07:53:12 EDT 2019 x86_64
User: karalev (5310)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //opt/alt/python37/lib64/python3.7/site-packages/guppy/etc/__pycache__/Code.cpython-37.opt-1.pyc
B

�] �@sdd�Zdd�ZdS)c
	Cs�ddl}ddlm}m}|d|d|df}|�|�}t|j�}i}x8|D]0}|j|krL|j|krLd||j<t|�|krLPqLWx.|jD]$}	y
||	=Wq�t	k
r�Yq�Xq�W|S)zbFind in the code of a code object, all loaded names.
    (by LOAD_NAME, LOAD_GLOBAL or LOAD_FAST) �N)�
HAVE_ARGUMENT�opmapZ	LOAD_NAMEZLOAD_GLOBALZ	LOAD_FAST�)
�disZopcoderrZget_instructions�len�co_namesZargval�co_varnames�KeyError)
�corrrZhasloadnameZinsnsZlen_co_namesZindexsetZinsn�name�r�A/opt/alt/python37/lib64/python3.7/site-packages/guppy/etc/Code.py�co_code_findloadednamess&







rcCsBi}|�t|��x*|jD] }t|t|��r|�t|��qW|S)zFFind all loaded names in a code object and all its consts of code type)�updater�	co_consts�
isinstance�type�co_findloadednames)r
�names�crrr
rsrN)rrrrrr
�<module>s