René's URL Explorer Experiment


Title: 32.12. dis — Disassembler for Python bytecode — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/library/dis.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/pickletools.html
previoushttps://docs.python.org/2/library/compileall.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
32. Python Language Serviceshttps://docs.python.org/2/library/language.html
dishttps://docs.python.org/2/library/dis.html#module-dis
https://docs.python.org/2/library/dis.html#module-dis
Lib/dis.pyhttps://github.com/python/cpython/tree/2.7/Lib/dis.py
dishttps://docs.python.org/2/library/dis.html#module-dis
bytecodehttps://docs.python.org/2/glossary.html#term-bytecode
dishttps://docs.python.org/2/library/dis.html#module-dis
https://docs.python.org/2/library/dis.html#dis.dis
https://docs.python.org/2/library/dis.html#dis.distb
https://docs.python.org/2/library/dis.html#dis.disassemble
https://docs.python.org/2/library/dis.html#dis.disco
disassemble()https://docs.python.org/2/library/dis.html#dis.disassemble
https://docs.python.org/2/library/dis.html#dis.findlinestarts
https://docs.python.org/2/library/dis.html#dis.findlabels
https://docs.python.org/2/library/dis.html#dis.opname
https://docs.python.org/2/library/dis.html#dis.opmap
https://docs.python.org/2/library/dis.html#dis.cmp_op
https://docs.python.org/2/library/dis.html#dis.hasconst
https://docs.python.org/2/library/dis.html#dis.hasfree
https://docs.python.org/2/library/dis.html#dis.hasname
https://docs.python.org/2/library/dis.html#dis.hasjrel
https://docs.python.org/2/library/dis.html#dis.hasjabs
https://docs.python.org/2/library/dis.html#dis.haslocal
https://docs.python.org/2/library/dis.html#dis.hascompare
https://docs.python.org/2/library/dis.html#python-bytecode-instructions
https://docs.python.org/2/library/dis.html#opcode-STOP_CODE
https://docs.python.org/2/library/dis.html#opcode-NOP
https://docs.python.org/2/library/dis.html#opcode-POP_TOP
https://docs.python.org/2/library/dis.html#opcode-ROT_TWO
https://docs.python.org/2/library/dis.html#opcode-ROT_THREE
https://docs.python.org/2/library/dis.html#opcode-ROT_FOUR
https://docs.python.org/2/library/dis.html#opcode-DUP_TOP
https://docs.python.org/2/library/dis.html#opcode-UNARY_POSITIVE
https://docs.python.org/2/library/dis.html#opcode-UNARY_NEGATIVE
https://docs.python.org/2/library/dis.html#opcode-UNARY_NOT
https://docs.python.org/2/library/dis.html#opcode-UNARY_CONVERT
https://docs.python.org/2/library/dis.html#opcode-UNARY_INVERT
https://docs.python.org/2/library/dis.html#opcode-GET_ITER
https://docs.python.org/2/library/dis.html#opcode-BINARY_POWER
https://docs.python.org/2/library/dis.html#opcode-BINARY_MULTIPLY
https://docs.python.org/2/library/dis.html#opcode-BINARY_DIVIDE
https://docs.python.org/2/library/dis.html#opcode-BINARY_FLOOR_DIVIDE
https://docs.python.org/2/library/dis.html#opcode-BINARY_TRUE_DIVIDE
https://docs.python.org/2/library/dis.html#opcode-BINARY_MODULO
https://docs.python.org/2/library/dis.html#opcode-BINARY_ADD
https://docs.python.org/2/library/dis.html#opcode-BINARY_SUBTRACT
https://docs.python.org/2/library/dis.html#opcode-BINARY_SUBSCR
https://docs.python.org/2/library/dis.html#opcode-BINARY_LSHIFT
https://docs.python.org/2/library/dis.html#opcode-BINARY_RSHIFT
https://docs.python.org/2/library/dis.html#opcode-BINARY_AND
https://docs.python.org/2/library/dis.html#opcode-BINARY_XOR
https://docs.python.org/2/library/dis.html#opcode-BINARY_OR
https://docs.python.org/2/library/dis.html#opcode-INPLACE_POWER
https://docs.python.org/2/library/dis.html#opcode-INPLACE_MULTIPLY
https://docs.python.org/2/library/dis.html#opcode-INPLACE_DIVIDE
https://docs.python.org/2/library/dis.html#opcode-INPLACE_FLOOR_DIVIDE
https://docs.python.org/2/library/dis.html#opcode-INPLACE_TRUE_DIVIDE
https://docs.python.org/2/library/dis.html#opcode-INPLACE_MODULO
https://docs.python.org/2/library/dis.html#opcode-INPLACE_ADD
https://docs.python.org/2/library/dis.html#opcode-INPLACE_SUBTRACT
https://docs.python.org/2/library/dis.html#opcode-INPLACE_LSHIFT
https://docs.python.org/2/library/dis.html#opcode-INPLACE_RSHIFT
https://docs.python.org/2/library/dis.html#opcode-INPLACE_AND
https://docs.python.org/2/library/dis.html#opcode-INPLACE_XOR
https://docs.python.org/2/library/dis.html#opcode-INPLACE_OR
https://docs.python.org/2/library/dis.html#opcode-SLICE+0
https://docs.python.org/2/library/dis.html#opcode-SLICE+1
https://docs.python.org/2/library/dis.html#opcode-SLICE+2
https://docs.python.org/2/library/dis.html#opcode-SLICE+3
https://docs.python.org/2/library/dis.html#opcode-STORE_SLICE+0
https://docs.python.org/2/library/dis.html#opcode-STORE_SLICE+1
https://docs.python.org/2/library/dis.html#opcode-STORE_SLICE+2
https://docs.python.org/2/library/dis.html#opcode-STORE_SLICE+3
https://docs.python.org/2/library/dis.html#opcode-DELETE_SLICE+0
https://docs.python.org/2/library/dis.html#opcode-DELETE_SLICE+1
https://docs.python.org/2/library/dis.html#opcode-DELETE_SLICE+2
https://docs.python.org/2/library/dis.html#opcode-DELETE_SLICE+3
https://docs.python.org/2/library/dis.html#opcode-STORE_SUBSCR
https://docs.python.org/2/library/dis.html#opcode-DELETE_SUBSCR
https://docs.python.org/2/library/dis.html#opcode-PRINT_EXPR
POP_TOPhttps://docs.python.org/2/library/dis.html#opcode-POP_TOP
https://docs.python.org/2/library/dis.html#opcode-PRINT_ITEM
printhttps://docs.python.org/2/reference/simple_stmts.html#print
https://docs.python.org/2/library/dis.html#opcode-PRINT_ITEM_TO
https://docs.python.org/2/library/dis.html#opcode-PRINT_NEWLINE
printhttps://docs.python.org/2/reference/simple_stmts.html#print
https://docs.python.org/2/library/dis.html#opcode-PRINT_NEWLINE_TO
https://docs.python.org/2/library/dis.html#opcode-BREAK_LOOP
breakhttps://docs.python.org/2/reference/simple_stmts.html#break
https://docs.python.org/2/library/dis.html#opcode-CONTINUE_LOOP
continuehttps://docs.python.org/2/reference/simple_stmts.html#continue
FOR_ITERhttps://docs.python.org/2/library/dis.html#opcode-FOR_ITER
https://docs.python.org/2/library/dis.html#opcode-LIST_APPEND
https://docs.python.org/2/library/dis.html#opcode-LOAD_LOCALS
https://docs.python.org/2/library/dis.html#opcode-RETURN_VALUE
https://docs.python.org/2/library/dis.html#opcode-YIELD_VALUE
generatorhttps://docs.python.org/2/glossary.html#term-generator
https://docs.python.org/2/library/dis.html#opcode-IMPORT_STAR
https://docs.python.org/2/library/dis.html#opcode-EXEC_STMT
https://docs.python.org/2/library/dis.html#opcode-POP_BLOCK
https://docs.python.org/2/library/dis.html#opcode-END_FINALLY
finallyhttps://docs.python.org/2/reference/compound_stmts.html#finally
https://docs.python.org/2/library/dis.html#opcode-BUILD_CLASS
https://docs.python.org/2/library/dis.html#opcode-SETUP_WITH
__exit__()https://docs.python.org/2/reference/datamodel.html#object.__exit__
WITH_CLEANUPhttps://docs.python.org/2/library/dis.html#opcode-WITH_CLEANUP
__enter__()https://docs.python.org/2/reference/datamodel.html#object.__enter__
POP_TOPhttps://docs.python.org/2/library/dis.html#opcode-POP_TOP
STORE_FASThttps://docs.python.org/2/library/dis.html#opcode-STORE_FAST
STORE_NAMEhttps://docs.python.org/2/library/dis.html#opcode-STORE_NAME
UNPACK_SEQUENCEhttps://docs.python.org/2/library/dis.html#opcode-UNPACK_SEQUENCE
https://docs.python.org/2/library/dis.html#opcode-WITH_CLEANUP
withhttps://docs.python.org/2/reference/compound_stmts.html#with
__exit__()https://docs.python.org/2/reference/datamodel.html#object.__exit__
https://docs.python.org/2/library/dis.html#opcode-STORE_NAME
https://docs.python.org/2/library/dis.html#opcode-DELETE_NAME
https://docs.python.org/2/library/dis.html#opcode-UNPACK_SEQUENCE
https://docs.python.org/2/library/dis.html#opcode-DUP_TOPX
https://docs.python.org/2/library/dis.html#opcode-STORE_ATTR
https://docs.python.org/2/library/dis.html#opcode-DELETE_ATTR
https://docs.python.org/2/library/dis.html#opcode-STORE_GLOBAL
https://docs.python.org/2/library/dis.html#opcode-DELETE_GLOBAL
https://docs.python.org/2/library/dis.html#opcode-LOAD_CONST
https://docs.python.org/2/library/dis.html#opcode-LOAD_NAME
https://docs.python.org/2/library/dis.html#opcode-BUILD_TUPLE
https://docs.python.org/2/library/dis.html#opcode-BUILD_LIST
https://docs.python.org/2/library/dis.html#opcode-BUILD_SET
https://docs.python.org/2/library/dis.html#opcode-BUILD_MAP
https://docs.python.org/2/library/dis.html#opcode-LOAD_ATTR
https://docs.python.org/2/library/dis.html#opcode-COMPARE_OP
https://docs.python.org/2/library/dis.html#opcode-IMPORT_NAME
__import__()https://docs.python.org/2/library/functions.html#__import__
https://docs.python.org/2/library/dis.html#opcode-IMPORT_FROM
https://docs.python.org/2/library/dis.html#opcode-JUMP_FORWARD
https://docs.python.org/2/library/dis.html#opcode-POP_JUMP_IF_TRUE
https://docs.python.org/2/library/dis.html#opcode-POP_JUMP_IF_FALSE
https://docs.python.org/2/library/dis.html#opcode-JUMP_IF_TRUE_OR_POP
https://docs.python.org/2/library/dis.html#opcode-JUMP_IF_FALSE_OR_POP
https://docs.python.org/2/library/dis.html#opcode-JUMP_ABSOLUTE
https://docs.python.org/2/library/dis.html#opcode-FOR_ITER
iteratorhttps://docs.python.org/2/glossary.html#term-iterator
https://docs.python.org/2/library/dis.html#opcode-LOAD_GLOBAL
https://docs.python.org/2/library/dis.html#opcode-SETUP_LOOP
https://docs.python.org/2/library/dis.html#opcode-SETUP_EXCEPT
https://docs.python.org/2/library/dis.html#opcode-SETUP_FINALLY
https://docs.python.org/2/library/dis.html#opcode-STORE_MAP
https://docs.python.org/2/library/dis.html#opcode-LOAD_FAST
https://docs.python.org/2/library/dis.html#opcode-STORE_FAST
https://docs.python.org/2/library/dis.html#opcode-DELETE_FAST
https://docs.python.org/2/library/dis.html#opcode-LOAD_CLOSURE
https://docs.python.org/2/library/dis.html#opcode-LOAD_DEREF
https://docs.python.org/2/library/dis.html#opcode-STORE_DEREF
https://docs.python.org/2/library/dis.html#opcode-SET_LINENO
https://docs.python.org/2/library/dis.html#opcode-RAISE_VARARGS
https://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION
https://docs.python.org/2/library/dis.html#opcode-MAKE_FUNCTION
https://docs.python.org/2/library/dis.html#opcode-MAKE_CLOSURE
https://docs.python.org/2/library/dis.html#opcode-BUILD_SLICE
slice()https://docs.python.org/2/library/functions.html#slice
https://docs.python.org/2/library/dis.html#opcode-EXTENDED_ARG
https://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION_VAR
CALL_FUNCTIONhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION
CALL_FUNCTIONhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION
CALL_FUNCTIONhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION
https://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION_KW
CALL_FUNCTIONhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION
CALL_FUNCTIONhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION
CALL_FUNCTIONhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION
https://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION_VAR_KW
CALL_FUNCTION_VARhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION_VAR
CALL_FUNCTION_KWhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION_KW
CALL_FUNCTIONhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION
CALL_FUNCTION_KWhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION_KW
CALL_FUNCTION_VARhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION_VAR
CALL_FUNCTIONhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION
CALL_FUNCTION_VARhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION_VAR
CALL_FUNCTION_KWhttps://docs.python.org/2/library/dis.html#opcode-CALL_FUNCTION_KW
https://docs.python.org/2/library/dis.html#opcode-HAVE_ARGUMENT
Table of Contentshttps://docs.python.org/2/contents.html
32.12. dis — Disassembler for Python bytecodehttps://docs.python.org/2/library/dis.html
32.12.1. Python Bytecode Instructionshttps://docs.python.org/2/library/dis.html#python-bytecode-instructions
32.11. compileall — Byte-compile Python librarieshttps://docs.python.org/2/library/compileall.html
32.13. pickletools — Tools for pickle developershttps://docs.python.org/2/library/pickletools.html
Show Sourcehttps://docs.python.org/2/_sources/library/dis.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/pickletools.html
previoushttps://docs.python.org/2/library/compileall.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
32. Python Language Serviceshttps://docs.python.org/2/library/language.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.