Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
3
\F @ s d Z ddlZddlZddlZddlZddlT ddlmZ ddddd d
ddd
ddge Z[ejej ej
eee
fZed Zdd ZdKddddZdLddddZddddddddddd
Zd!d" Zd#d$ Zd%d Zd&d' Zddd(dZejd)d*Zd+ej_ d,ej_ d-ej_ d.ej_ d/ej_ d0ej _ d1ej!_ d2ej"_ G d3d deZ#dd4d5d
Z$d6d7 Z%d8d9 Z&dMd:d;Z'dOddd=dZ(dQddd>d?d@Z)dddAdBZ*e(Z+dCdD Z,dEd Z-dFd
Z.G dGd dZ/dHdI Z0e1dJkre0 dS )Rz0Disassembler of Python byte code into mnemonics. N)*)__all__ code_infodisdisassembledistbdiscofindlinestarts
findlabels show_codeget_instructionsInstructionBytecodeFORMAT_VALUEc C s6 yt | |d}W n tk
r0 t | |d}Y nX |S )zAttempts to compile the given source, first as an expression and
then as a statement if the first approach fails.
Utility function to accept strings in functions that otherwise
expect code objects
evalexec)compileSyntaxError)sourcenamec r /usr/lib64/python3.6/dis.py_try_compile s
r )filec C s> | dkrt |d dS t| dr&| j} t| dr6| j} t| drF| j} t| drt| jj }x|D ]n\}}t|t rdt
d| |d yt||d W n0 tk
r } zt
d||d W Y dd}~X nX t
|d qdW nbt| d rt
| |d nJt| ttfrt| |d n,t| tr(t| |d ntd
t| j dS )zzDisassemble classes, methods, functions, generators, or code.
With no argument, disassemble the last traceback.
N)r __func____code__gi_code__dict__zDisassembly of %s:zSorry:co_codez(don't know how to disassemble %s objects)r hasattrr r r sortedr items
isinstance
_have_codeprintr TypeErrorr bytes bytearray_disassemble_bytesstr_disassemble_strtype__name__)xr r" r Zx1msgr r r r " s6
c
C sZ | dkrBy
t j} W n tk
r. tdY nX x| jr@| j} q2W t| jj| j|d dS )z2Disassemble a traceback (default: last traceback).Nz no last traceback to disassemble)r ) syslast_tracebackAttributeErrorRuntimeErrortb_nextr tb_framef_codetb_lasti)tbr r r r r E s
Z OPTIMIZEDZ NEWLOCALSZVARARGSZVARKEYWORDSZNESTEDZ GENERATORZNOFREEZ COROUTINEZITERABLE_COROUTINEZASYNC_GENERATOR)
@ i c C sb g }xRt dD ]8}d|> }| |@ r|jtj|t| | |N } | sP qW |jt| dj|S )z+Return pretty representation of code flags.r> r9 z, )rangeappendCOMPILER_FLAG_NAMESgethexjoin)flagsnamesiflagr r r pretty_flags_ s rL c C sh t | dr| j} t | dr | j} t | dr0| j} t| trDt| d} t | drR| S tdt| j dS )zMHelper to handle methods, functions, generators, strings and raw code objectsr r r z
r z(don't know how to disassemble %s objectsN)
r r r r r# r* r r&