Index

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | R | S | T | U | V | W | Y

A

a() (in module codetransformer.utils.pretty)
absjmp (codetransformer.instructions.BEFORE_ASYNC_WITH attribute)
(codetransformer.instructions.BINARY_ADD attribute)
(codetransformer.instructions.BINARY_AND attribute)
(codetransformer.instructions.BINARY_FLOOR_DIVIDE attribute)
(codetransformer.instructions.BINARY_LSHIFT attribute)
(codetransformer.instructions.BINARY_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.BINARY_MODULO attribute)
(codetransformer.instructions.BINARY_MULTIPLY attribute)
(codetransformer.instructions.BINARY_OR attribute)
(codetransformer.instructions.BINARY_POWER attribute)
(codetransformer.instructions.BINARY_RSHIFT attribute)
(codetransformer.instructions.BINARY_SUBSCR attribute)
(codetransformer.instructions.BINARY_SUBTRACT attribute)
(codetransformer.instructions.BINARY_TRUE_DIVIDE attribute)
(codetransformer.instructions.BINARY_XOR attribute)
(codetransformer.instructions.BREAK_LOOP attribute)
(codetransformer.instructions.BUILD_LIST attribute)
(codetransformer.instructions.BUILD_LIST_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK_WITH_CALL attribute)
(codetransformer.instructions.BUILD_SET attribute)
(codetransformer.instructions.BUILD_SET_UNPACK attribute)
(codetransformer.instructions.BUILD_SLICE attribute)
(codetransformer.instructions.BUILD_TUPLE attribute)
(codetransformer.instructions.BUILD_TUPLE_UNPACK attribute)
(codetransformer.instructions.CALL_FUNCTION attribute)
(codetransformer.instructions.CALL_FUNCTION_KW attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR_KW attribute)
(codetransformer.instructions.COMPARE_OP attribute)
(codetransformer.instructions.CONTINUE_LOOP attribute)
(codetransformer.instructions.DELETE_ATTR attribute)
(codetransformer.instructions.DELETE_DEREF attribute)
(codetransformer.instructions.DELETE_FAST attribute)
(codetransformer.instructions.DELETE_GLOBAL attribute)
(codetransformer.instructions.DELETE_NAME attribute)
(codetransformer.instructions.DELETE_SUBSCR attribute)
(codetransformer.instructions.DUP_TOP attribute)
(codetransformer.instructions.DUP_TOP_TWO attribute)
(codetransformer.instructions.END_FINALLY attribute)
(codetransformer.instructions.EXTENDED_ARG attribute)
(codetransformer.instructions.FOR_ITER attribute)
(codetransformer.instructions.GET_AITER attribute)
(codetransformer.instructions.GET_ANEXT attribute)
(codetransformer.instructions.GET_AWAITABLE attribute)
(codetransformer.instructions.GET_ITER attribute)
(codetransformer.instructions.GET_YIELD_FROM_ITER attribute)
(codetransformer.instructions.IMPORT_FROM attribute)
(codetransformer.instructions.IMPORT_NAME attribute)
(codetransformer.instructions.IMPORT_STAR attribute)
(codetransformer.instructions.INPLACE_ADD attribute)
(codetransformer.instructions.INPLACE_AND attribute)
(codetransformer.instructions.INPLACE_FLOOR_DIVIDE attribute)
(codetransformer.instructions.INPLACE_LSHIFT attribute)
(codetransformer.instructions.INPLACE_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_MODULO attribute)
(codetransformer.instructions.INPLACE_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_OR attribute)
(codetransformer.instructions.INPLACE_POWER attribute)
(codetransformer.instructions.INPLACE_RSHIFT attribute)
(codetransformer.instructions.INPLACE_SUBTRACT attribute)
(codetransformer.instructions.INPLACE_TRUE_DIVIDE attribute)
(codetransformer.instructions.INPLACE_XOR attribute)
(codetransformer.instructions.Instruction attribute)
(codetransformer.instructions.JUMP_ABSOLUTE attribute)
(codetransformer.instructions.JUMP_FORWARD attribute)
(codetransformer.instructions.JUMP_IF_FALSE_OR_POP attribute)
(codetransformer.instructions.JUMP_IF_TRUE_OR_POP attribute)
(codetransformer.instructions.LIST_APPEND attribute)
(codetransformer.instructions.LOAD_ATTR attribute)
(codetransformer.instructions.LOAD_BUILD_CLASS attribute)
(codetransformer.instructions.LOAD_CLASSDEREF attribute)
(codetransformer.instructions.LOAD_CLOSURE attribute)
(codetransformer.instructions.LOAD_CONST attribute)
(codetransformer.instructions.LOAD_DEREF attribute)
(codetransformer.instructions.LOAD_FAST attribute)
(codetransformer.instructions.LOAD_GLOBAL attribute)
(codetransformer.instructions.LOAD_NAME attribute)
(codetransformer.instructions.MAKE_CLOSURE attribute)
(codetransformer.instructions.MAKE_FUNCTION attribute)
(codetransformer.instructions.MAP_ADD attribute)
(codetransformer.instructions.NOP attribute)
(codetransformer.instructions.POP_BLOCK attribute)
(codetransformer.instructions.POP_EXCEPT attribute)
(codetransformer.instructions.POP_JUMP_IF_FALSE attribute)
(codetransformer.instructions.POP_JUMP_IF_TRUE attribute)
(codetransformer.instructions.POP_TOP attribute)
(codetransformer.instructions.PRINT_EXPR attribute)
(codetransformer.instructions.RAISE_VARARGS attribute)
(codetransformer.instructions.RETURN_VALUE attribute)
(codetransformer.instructions.ROT_THREE attribute)
(codetransformer.instructions.ROT_TWO attribute)
(codetransformer.instructions.SETUP_ASYNC_WITH attribute)
(codetransformer.instructions.SETUP_EXCEPT attribute)
(codetransformer.instructions.SETUP_FINALLY attribute)
(codetransformer.instructions.SETUP_LOOP attribute)
(codetransformer.instructions.SETUP_WITH attribute)
(codetransformer.instructions.SET_ADD attribute)
(codetransformer.instructions.STORE_ATTR attribute)
(codetransformer.instructions.STORE_DEREF attribute)
(codetransformer.instructions.STORE_FAST attribute)
(codetransformer.instructions.STORE_GLOBAL attribute)
(codetransformer.instructions.STORE_NAME attribute)
(codetransformer.instructions.STORE_SUBSCR attribute)
(codetransformer.instructions.UNARY_INVERT attribute)
(codetransformer.instructions.UNARY_NEGATIVE attribute)
(codetransformer.instructions.UNARY_NOT attribute)
(codetransformer.instructions.UNARY_POSITIVE attribute)
(codetransformer.instructions.UNPACK_EX attribute)
(codetransformer.instructions.UNPACK_SEQUENCE attribute)
(codetransformer.instructions.WITH_CLEANUP_FINISH attribute)
(codetransformer.instructions.WITH_CLEANUP_START attribute)
(codetransformer.instructions.YIELD_FROM attribute)
(codetransformer.instructions.YIELD_VALUE attribute)
argcount (codetransformer.code.Code attribute)
argnames (codetransformer.code.Code attribute)
asconstants (class in codetransformer.transformers)

B

BEFORE_ASYNC_WITH (class in codetransformer.instructions)
begin() (codetransformer.core.CodeTransformer method)
BINARY_ADD (class in codetransformer.instructions)
BINARY_AND (class in codetransformer.instructions)
BINARY_FLOOR_DIVIDE (class in codetransformer.instructions)
BINARY_LSHIFT (class in codetransformer.instructions)
BINARY_MATRIX_MULTIPLY (class in codetransformer.instructions)
BINARY_MODULO (class in codetransformer.instructions)
BINARY_MULTIPLY (class in codetransformer.instructions)
BINARY_OR (class in codetransformer.instructions)
BINARY_POWER (class in codetransformer.instructions)
BINARY_RSHIFT (class in codetransformer.instructions)
BINARY_SUBSCR (class in codetransformer.instructions)
BINARY_SUBTRACT (class in codetransformer.instructions)
BINARY_TRUE_DIVIDE (class in codetransformer.instructions)
BINARY_XOR (class in codetransformer.instructions)
BREAK_LOOP (class in codetransformer.instructions)
BUILD_LIST (class in codetransformer.instructions)
BUILD_LIST_UNPACK (class in codetransformer.instructions)
BUILD_MAP (class in codetransformer.instructions)
BUILD_MAP_UNPACK (class in codetransformer.instructions)
BUILD_MAP_UNPACK_WITH_CALL (class in codetransformer.instructions)
BUILD_SET (class in codetransformer.instructions)
BUILD_SET_UNPACK (class in codetransformer.instructions)
BUILD_SLICE (class in codetransformer.instructions)
BUILD_TUPLE (class in codetransformer.instructions)
BUILD_TUPLE_UNPACK (class in codetransformer.instructions)
bytearray_literals (in module codetransformer.transformers)
bytecode_offset() (codetransformer.code.Code method)
bytes_instrs (codetransformer.transformers.interpolated_strings attribute)

C

CALL_FUNCTION (class in codetransformer.instructions)
CALL_FUNCTION_KW (class in codetransformer.instructions)
CALL_FUNCTION_VAR (class in codetransformer.instructions)
CALL_FUNCTION_VAR_KW (class in codetransformer.instructions)
cellvars (codetransformer.code.Code attribute)
CO_COROUTINE (codetransformer.code.Flag attribute)
CO_FUTURE_ABSOLUTE_IMPORT (codetransformer.code.Flag attribute)
CO_FUTURE_BARRY_AS_BDFL (codetransformer.code.Flag attribute)
CO_FUTURE_DIVISION (codetransformer.code.Flag attribute)
CO_FUTURE_GENERATOR_STOP (codetransformer.code.Flag attribute)
CO_FUTURE_PRINT_FUNCTION (codetransformer.code.Flag attribute)
CO_FUTURE_UNICODE_LITERALS (codetransformer.code.Flag attribute)
CO_FUTURE_WITH_STATEMENT (codetransformer.code.Flag attribute)
CO_GENERATOR (codetransformer.code.Flag attribute)
CO_ITERABLE_COROUTINE (codetransformer.code.Flag attribute)
CO_NESTED (codetransformer.code.Flag attribute)
CO_NEWLOCALS (codetransformer.code.Flag attribute)
CO_NOFREE (codetransformer.code.Flag attribute)
CO_OPTIMIZED (codetransformer.code.Flag attribute)
CO_VARARGS (codetransformer.code.Flag attribute)
CO_VARKEYWORDS (codetransformer.code.Flag attribute)
Code (class in codetransformer.code)
code (codetransformer.core.CodeTransformer attribute)
CodeTransformer (class in codetransformer.core)
codetransformer.decompiler (module)
codetransformer.instructions (module)
codetransformer.transformers (module)
codetransformer.utils.functional (module)
codetransformer.utils.immutable (module)
codetransformer.utils.pretty (module)
COMPARE_OP (class in codetransformer.instructions)
constructs_new_locals (codetransformer.code.Code attribute)
consts (codetransformer.code.Code attribute)
context (codetransformer.core.CodeTransformer attribute)
CONTINUE_LOOP (class in codetransformer.instructions)

D

d() (in module codetransformer.utils.pretty)
decimal_literals (in module codetransformer.transformers)
DEFAULT_STARTCODE (in module codetransformer.patterns)
DELETE_ATTR (class in codetransformer.instructions)
DELETE_DEREF (class in codetransformer.instructions)
DELETE_FAST (class in codetransformer.instructions)
DELETE_GLOBAL (class in codetransformer.instructions)
DELETE_NAME (class in codetransformer.instructions)
DELETE_SUBSCR (class in codetransformer.instructions)
dis() (codetransformer.code.Code method)
display() (in module codetransformer.utils.pretty)
DUP_TOP (class in codetransformer.instructions)
DUP_TOP_TWO (class in codetransformer.instructions)

E

END_FINALLY (class in codetransformer.instructions)
equiv() (codetransformer.instructions.Instruction method)
EXTENDED_ARG (class in codetransformer.instructions)

F

ffill() (in module codetransformer.utils.functional)
filename (codetransformer.code.Code attribute)
firstlineno (codetransformer.code.Code attribute)
Flag (class in codetransformer.code)
flags (codetransformer.code.Code attribute)
flatten() (in module codetransformer.utils.functional)
FOR_ITER (class in codetransformer.instructions)
freevars (codetransformer.code.Code attribute)
from_opcode() (codetransformer.instructions.Instruction class method)
from_pycode() (codetransformer.code.Code class method)
from_pyfunc() (codetransformer.code.Code class method)

G

GET_AITER (class in codetransformer.instructions)
GET_ANEXT (class in codetransformer.instructions)
GET_AWAITABLE (class in codetransformer.instructions)
GET_ITER (class in codetransformer.instructions)
GET_YIELD_FROM_ITER (class in codetransformer.instructions)

H

have_arg (codetransformer.instructions.BEFORE_ASYNC_WITH attribute)
(codetransformer.instructions.BINARY_ADD attribute)
(codetransformer.instructions.BINARY_AND attribute)
(codetransformer.instructions.BINARY_FLOOR_DIVIDE attribute)
(codetransformer.instructions.BINARY_LSHIFT attribute)
(codetransformer.instructions.BINARY_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.BINARY_MODULO attribute)
(codetransformer.instructions.BINARY_MULTIPLY attribute)
(codetransformer.instructions.BINARY_OR attribute)
(codetransformer.instructions.BINARY_POWER attribute)
(codetransformer.instructions.BINARY_RSHIFT attribute)
(codetransformer.instructions.BINARY_SUBSCR attribute)
(codetransformer.instructions.BINARY_SUBTRACT attribute)
(codetransformer.instructions.BINARY_TRUE_DIVIDE attribute)
(codetransformer.instructions.BINARY_XOR attribute)
(codetransformer.instructions.BREAK_LOOP attribute)
(codetransformer.instructions.BUILD_LIST attribute)
(codetransformer.instructions.BUILD_LIST_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK_WITH_CALL attribute)
(codetransformer.instructions.BUILD_SET attribute)
(codetransformer.instructions.BUILD_SET_UNPACK attribute)
(codetransformer.instructions.BUILD_SLICE attribute)
(codetransformer.instructions.BUILD_TUPLE attribute)
(codetransformer.instructions.BUILD_TUPLE_UNPACK attribute)
(codetransformer.instructions.CALL_FUNCTION attribute)
(codetransformer.instructions.CALL_FUNCTION_KW attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR_KW attribute)
(codetransformer.instructions.COMPARE_OP attribute)
(codetransformer.instructions.CONTINUE_LOOP attribute)
(codetransformer.instructions.DELETE_ATTR attribute)
(codetransformer.instructions.DELETE_DEREF attribute)
(codetransformer.instructions.DELETE_FAST attribute)
(codetransformer.instructions.DELETE_GLOBAL attribute)
(codetransformer.instructions.DELETE_NAME attribute)
(codetransformer.instructions.DELETE_SUBSCR attribute)
(codetransformer.instructions.DUP_TOP attribute)
(codetransformer.instructions.DUP_TOP_TWO attribute)
(codetransformer.instructions.END_FINALLY attribute)
(codetransformer.instructions.EXTENDED_ARG attribute)
(codetransformer.instructions.FOR_ITER attribute)
(codetransformer.instructions.GET_AITER attribute)
(codetransformer.instructions.GET_ANEXT attribute)
(codetransformer.instructions.GET_AWAITABLE attribute)
(codetransformer.instructions.GET_ITER attribute)
(codetransformer.instructions.GET_YIELD_FROM_ITER attribute)
(codetransformer.instructions.IMPORT_FROM attribute)
(codetransformer.instructions.IMPORT_NAME attribute)
(codetransformer.instructions.IMPORT_STAR attribute)
(codetransformer.instructions.INPLACE_ADD attribute)
(codetransformer.instructions.INPLACE_AND attribute)
(codetransformer.instructions.INPLACE_FLOOR_DIVIDE attribute)
(codetransformer.instructions.INPLACE_LSHIFT attribute)
(codetransformer.instructions.INPLACE_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_MODULO attribute)
(codetransformer.instructions.INPLACE_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_OR attribute)
(codetransformer.instructions.INPLACE_POWER attribute)
(codetransformer.instructions.INPLACE_RSHIFT attribute)
(codetransformer.instructions.INPLACE_SUBTRACT attribute)
(codetransformer.instructions.INPLACE_TRUE_DIVIDE attribute)
(codetransformer.instructions.INPLACE_XOR attribute)
(codetransformer.instructions.Instruction attribute)
(codetransformer.instructions.JUMP_ABSOLUTE attribute)
(codetransformer.instructions.JUMP_FORWARD attribute)
(codetransformer.instructions.JUMP_IF_FALSE_OR_POP attribute)
(codetransformer.instructions.JUMP_IF_TRUE_OR_POP attribute)
(codetransformer.instructions.LIST_APPEND attribute)
(codetransformer.instructions.LOAD_ATTR attribute)
(codetransformer.instructions.LOAD_BUILD_CLASS attribute)
(codetransformer.instructions.LOAD_CLASSDEREF attribute)
(codetransformer.instructions.LOAD_CLOSURE attribute)
(codetransformer.instructions.LOAD_CONST attribute)
(codetransformer.instructions.LOAD_DEREF attribute)
(codetransformer.instructions.LOAD_FAST attribute)
(codetransformer.instructions.LOAD_GLOBAL attribute)
(codetransformer.instructions.LOAD_NAME attribute)
(codetransformer.instructions.MAKE_CLOSURE attribute)
(codetransformer.instructions.MAKE_FUNCTION attribute)
(codetransformer.instructions.MAP_ADD attribute)
(codetransformer.instructions.NOP attribute)
(codetransformer.instructions.POP_BLOCK attribute)
(codetransformer.instructions.POP_EXCEPT attribute)
(codetransformer.instructions.POP_JUMP_IF_FALSE attribute)
(codetransformer.instructions.POP_JUMP_IF_TRUE attribute)
(codetransformer.instructions.POP_TOP attribute)
(codetransformer.instructions.PRINT_EXPR attribute)
(codetransformer.instructions.RAISE_VARARGS attribute)
(codetransformer.instructions.RETURN_VALUE attribute)
(codetransformer.instructions.ROT_THREE attribute)
(codetransformer.instructions.ROT_TWO attribute)
(codetransformer.instructions.SETUP_ASYNC_WITH attribute)
(codetransformer.instructions.SETUP_EXCEPT attribute)
(codetransformer.instructions.SETUP_FINALLY attribute)
(codetransformer.instructions.SETUP_LOOP attribute)
(codetransformer.instructions.SETUP_WITH attribute)
(codetransformer.instructions.SET_ADD attribute)
(codetransformer.instructions.STORE_ATTR attribute)
(codetransformer.instructions.STORE_DEREF attribute)
(codetransformer.instructions.STORE_FAST attribute)
(codetransformer.instructions.STORE_GLOBAL attribute)
(codetransformer.instructions.STORE_NAME attribute)
(codetransformer.instructions.STORE_SUBSCR attribute)
(codetransformer.instructions.UNARY_INVERT attribute)
(codetransformer.instructions.UNARY_NEGATIVE attribute)
(codetransformer.instructions.UNARY_NOT attribute)
(codetransformer.instructions.UNARY_POSITIVE attribute)
(codetransformer.instructions.UNPACK_EX attribute)
(codetransformer.instructions.UNPACK_SEQUENCE attribute)
(codetransformer.instructions.WITH_CLEANUP_FINISH attribute)
(codetransformer.instructions.WITH_CLEANUP_START attribute)
(codetransformer.instructions.YIELD_FROM attribute)
(codetransformer.instructions.YIELD_VALUE attribute)

I

immutable (class in codetransformer.utils.immutable)
immutableattr (class in codetransformer.utils.immutable)
IMPORT_FROM (class in codetransformer.instructions)
IMPORT_NAME (class in codetransformer.instructions)
IMPORT_STAR (class in codetransformer.instructions)
index() (codetransformer.code.Code method)
INPLACE_ADD (class in codetransformer.instructions)
INPLACE_AND (class in codetransformer.instructions)
INPLACE_FLOOR_DIVIDE (class in codetransformer.instructions)
INPLACE_LSHIFT (class in codetransformer.instructions)
INPLACE_MATRIX_MULTIPLY (class in codetransformer.instructions)
INPLACE_MODULO (class in codetransformer.instructions)
INPLACE_MULTIPLY (class in codetransformer.instructions)
INPLACE_OR (class in codetransformer.instructions)
INPLACE_POWER (class in codetransformer.instructions)
INPLACE_RSHIFT (class in codetransformer.instructions)
INPLACE_SUBTRACT (class in codetransformer.instructions)
INPLACE_TRUE_DIVIDE (class in codetransformer.instructions)
INPLACE_XOR (class in codetransformer.instructions)
instrs (codetransformer.code.Code attribute)
Instruction (class in codetransformer.instructions)
interpolated_strings (class in codetransformer.transformers)
is_a() (in module codetransformer.utils.functional)
is_coroutine (codetransformer.code.Code attribute)
is_generator (codetransformer.code.Code attribute)
is_iterable_coroutine (codetransformer.code.Code attribute)
is_jmp (codetransformer.instructions.BEFORE_ASYNC_WITH attribute)
(codetransformer.instructions.BINARY_ADD attribute)
(codetransformer.instructions.BINARY_AND attribute)
(codetransformer.instructions.BINARY_FLOOR_DIVIDE attribute)
(codetransformer.instructions.BINARY_LSHIFT attribute)
(codetransformer.instructions.BINARY_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.BINARY_MODULO attribute)
(codetransformer.instructions.BINARY_MULTIPLY attribute)
(codetransformer.instructions.BINARY_OR attribute)
(codetransformer.instructions.BINARY_POWER attribute)
(codetransformer.instructions.BINARY_RSHIFT attribute)
(codetransformer.instructions.BINARY_SUBSCR attribute)
(codetransformer.instructions.BINARY_SUBTRACT attribute)
(codetransformer.instructions.BINARY_TRUE_DIVIDE attribute)
(codetransformer.instructions.BINARY_XOR attribute)
(codetransformer.instructions.BREAK_LOOP attribute)
(codetransformer.instructions.BUILD_LIST attribute)
(codetransformer.instructions.BUILD_LIST_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK_WITH_CALL attribute)
(codetransformer.instructions.BUILD_SET attribute)
(codetransformer.instructions.BUILD_SET_UNPACK attribute)
(codetransformer.instructions.BUILD_SLICE attribute)
(codetransformer.instructions.BUILD_TUPLE attribute)
(codetransformer.instructions.BUILD_TUPLE_UNPACK attribute)
(codetransformer.instructions.CALL_FUNCTION attribute)
(codetransformer.instructions.CALL_FUNCTION_KW attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR_KW attribute)
(codetransformer.instructions.COMPARE_OP attribute)
(codetransformer.instructions.CONTINUE_LOOP attribute)
(codetransformer.instructions.DELETE_ATTR attribute)
(codetransformer.instructions.DELETE_DEREF attribute)
(codetransformer.instructions.DELETE_FAST attribute)
(codetransformer.instructions.DELETE_GLOBAL attribute)
(codetransformer.instructions.DELETE_NAME attribute)
(codetransformer.instructions.DELETE_SUBSCR attribute)
(codetransformer.instructions.DUP_TOP attribute)
(codetransformer.instructions.DUP_TOP_TWO attribute)
(codetransformer.instructions.END_FINALLY attribute)
(codetransformer.instructions.EXTENDED_ARG attribute)
(codetransformer.instructions.FOR_ITER attribute)
(codetransformer.instructions.GET_AITER attribute)
(codetransformer.instructions.GET_ANEXT attribute)
(codetransformer.instructions.GET_AWAITABLE attribute)
(codetransformer.instructions.GET_ITER attribute)
(codetransformer.instructions.GET_YIELD_FROM_ITER attribute)
(codetransformer.instructions.IMPORT_FROM attribute)
(codetransformer.instructions.IMPORT_NAME attribute)
(codetransformer.instructions.IMPORT_STAR attribute)
(codetransformer.instructions.INPLACE_ADD attribute)
(codetransformer.instructions.INPLACE_AND attribute)
(codetransformer.instructions.INPLACE_FLOOR_DIVIDE attribute)
(codetransformer.instructions.INPLACE_LSHIFT attribute)
(codetransformer.instructions.INPLACE_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_MODULO attribute)
(codetransformer.instructions.INPLACE_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_OR attribute)
(codetransformer.instructions.INPLACE_POWER attribute)
(codetransformer.instructions.INPLACE_RSHIFT attribute)
(codetransformer.instructions.INPLACE_SUBTRACT attribute)
(codetransformer.instructions.INPLACE_TRUE_DIVIDE attribute)
(codetransformer.instructions.INPLACE_XOR attribute)
(codetransformer.instructions.JUMP_ABSOLUTE attribute)
(codetransformer.instructions.JUMP_FORWARD attribute)
(codetransformer.instructions.JUMP_IF_FALSE_OR_POP attribute)
(codetransformer.instructions.JUMP_IF_TRUE_OR_POP attribute)
(codetransformer.instructions.LIST_APPEND attribute)
(codetransformer.instructions.LOAD_ATTR attribute)
(codetransformer.instructions.LOAD_BUILD_CLASS attribute)
(codetransformer.instructions.LOAD_CLASSDEREF attribute)
(codetransformer.instructions.LOAD_CLOSURE attribute)
(codetransformer.instructions.LOAD_CONST attribute)
(codetransformer.instructions.LOAD_DEREF attribute)
(codetransformer.instructions.LOAD_FAST attribute)
(codetransformer.instructions.LOAD_GLOBAL attribute)
(codetransformer.instructions.LOAD_NAME attribute)
(codetransformer.instructions.MAKE_CLOSURE attribute)
(codetransformer.instructions.MAKE_FUNCTION attribute)
(codetransformer.instructions.MAP_ADD attribute)
(codetransformer.instructions.NOP attribute)
(codetransformer.instructions.POP_BLOCK attribute)
(codetransformer.instructions.POP_EXCEPT attribute)
(codetransformer.instructions.POP_JUMP_IF_FALSE attribute)
(codetransformer.instructions.POP_JUMP_IF_TRUE attribute)
(codetransformer.instructions.POP_TOP attribute)
(codetransformer.instructions.PRINT_EXPR attribute)
(codetransformer.instructions.RAISE_VARARGS attribute)
(codetransformer.instructions.RETURN_VALUE attribute)
(codetransformer.instructions.ROT_THREE attribute)
(codetransformer.instructions.ROT_TWO attribute)
(codetransformer.instructions.SETUP_ASYNC_WITH attribute)
(codetransformer.instructions.SETUP_EXCEPT attribute)
(codetransformer.instructions.SETUP_FINALLY attribute)
(codetransformer.instructions.SETUP_LOOP attribute)
(codetransformer.instructions.SETUP_WITH attribute)
(codetransformer.instructions.SET_ADD attribute)
(codetransformer.instructions.STORE_ATTR attribute)
(codetransformer.instructions.STORE_DEREF attribute)
(codetransformer.instructions.STORE_FAST attribute)
(codetransformer.instructions.STORE_GLOBAL attribute)
(codetransformer.instructions.STORE_NAME attribute)
(codetransformer.instructions.STORE_SUBSCR attribute)
(codetransformer.instructions.UNARY_INVERT attribute)
(codetransformer.instructions.UNARY_NEGATIVE attribute)
(codetransformer.instructions.UNARY_NOT attribute)
(codetransformer.instructions.UNARY_POSITIVE attribute)
(codetransformer.instructions.UNPACK_EX attribute)
(codetransformer.instructions.UNPACK_SEQUENCE attribute)
(codetransformer.instructions.WITH_CLEANUP_FINISH attribute)
(codetransformer.instructions.WITH_CLEANUP_START attribute)
(codetransformer.instructions.YIELD_FROM attribute)
(codetransformer.instructions.YIELD_VALUE attribute)
is_nested (codetransformer.code.Code attribute)
islice_literals (in module codetransformer.transformers)

J

JUMP_ABSOLUTE (class in codetransformer.instructions)
JUMP_FORWARD (class in codetransformer.instructions)
JUMP_IF_FALSE_OR_POP (class in codetransformer.instructions)
JUMP_IF_TRUE_OR_POP (class in codetransformer.instructions)

K

kwonlyargcount (codetransformer.code.Code attribute)

L

lazyval (class in codetransformer.utils.immutable)
LIST_APPEND (class in codetransformer.instructions)
lnotab (codetransformer.code.Code attribute)
LOAD_ATTR (class in codetransformer.instructions)
LOAD_BUILD_CLASS (class in codetransformer.instructions)
LOAD_CLASSDEREF (class in codetransformer.instructions)
LOAD_CLOSURE (class in codetransformer.instructions)
LOAD_CONST (class in codetransformer.instructions)
LOAD_DEREF (class in codetransformer.instructions)
LOAD_FAST (class in codetransformer.instructions)
LOAD_GLOBAL (class in codetransformer.instructions)
LOAD_NAME (class in codetransformer.instructions)

M

MAKE_CLOSURE (class in codetransformer.instructions)
MAKE_FUNCTION (class in codetransformer.instructions)
MAP_ADD (class in codetransformer.instructions)
matchany (in module codetransformer.patterns)
max (codetransformer.code.Flag attribute)

N

name (codetransformer.code.Code attribute)
names (codetransformer.code.Code attribute)
NOP (class in codetransformer.instructions)
not_a() (in module codetransformer.utils.functional)

O

opcode (codetransformer.instructions.BEFORE_ASYNC_WITH attribute)
(codetransformer.instructions.BINARY_ADD attribute)
(codetransformer.instructions.BINARY_AND attribute)
(codetransformer.instructions.BINARY_FLOOR_DIVIDE attribute)
(codetransformer.instructions.BINARY_LSHIFT attribute)
(codetransformer.instructions.BINARY_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.BINARY_MODULO attribute)
(codetransformer.instructions.BINARY_MULTIPLY attribute)
(codetransformer.instructions.BINARY_OR attribute)
(codetransformer.instructions.BINARY_POWER attribute)
(codetransformer.instructions.BINARY_RSHIFT attribute)
(codetransformer.instructions.BINARY_SUBSCR attribute)
(codetransformer.instructions.BINARY_SUBTRACT attribute)
(codetransformer.instructions.BINARY_TRUE_DIVIDE attribute)
(codetransformer.instructions.BINARY_XOR attribute)
(codetransformer.instructions.BREAK_LOOP attribute)
(codetransformer.instructions.BUILD_LIST attribute)
(codetransformer.instructions.BUILD_LIST_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK_WITH_CALL attribute)
(codetransformer.instructions.BUILD_SET attribute)
(codetransformer.instructions.BUILD_SET_UNPACK attribute)
(codetransformer.instructions.BUILD_SLICE attribute)
(codetransformer.instructions.BUILD_TUPLE attribute)
(codetransformer.instructions.BUILD_TUPLE_UNPACK attribute)
(codetransformer.instructions.CALL_FUNCTION attribute)
(codetransformer.instructions.CALL_FUNCTION_KW attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR_KW attribute)
(codetransformer.instructions.COMPARE_OP attribute)
(codetransformer.instructions.CONTINUE_LOOP attribute)
(codetransformer.instructions.DELETE_ATTR attribute)
(codetransformer.instructions.DELETE_DEREF attribute)
(codetransformer.instructions.DELETE_FAST attribute)
(codetransformer.instructions.DELETE_GLOBAL attribute)
(codetransformer.instructions.DELETE_NAME attribute)
(codetransformer.instructions.DELETE_SUBSCR attribute)
(codetransformer.instructions.DUP_TOP attribute)
(codetransformer.instructions.DUP_TOP_TWO attribute)
(codetransformer.instructions.END_FINALLY attribute)
(codetransformer.instructions.EXTENDED_ARG attribute)
(codetransformer.instructions.FOR_ITER attribute)
(codetransformer.instructions.GET_AITER attribute)
(codetransformer.instructions.GET_ANEXT attribute)
(codetransformer.instructions.GET_AWAITABLE attribute)
(codetransformer.instructions.GET_ITER attribute)
(codetransformer.instructions.GET_YIELD_FROM_ITER attribute)
(codetransformer.instructions.IMPORT_FROM attribute)
(codetransformer.instructions.IMPORT_NAME attribute)
(codetransformer.instructions.IMPORT_STAR attribute)
(codetransformer.instructions.INPLACE_ADD attribute)
(codetransformer.instructions.INPLACE_AND attribute)
(codetransformer.instructions.INPLACE_FLOOR_DIVIDE attribute)
(codetransformer.instructions.INPLACE_LSHIFT attribute)
(codetransformer.instructions.INPLACE_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_MODULO attribute)
(codetransformer.instructions.INPLACE_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_OR attribute)
(codetransformer.instructions.INPLACE_POWER attribute)
(codetransformer.instructions.INPLACE_RSHIFT attribute)
(codetransformer.instructions.INPLACE_SUBTRACT attribute)
(codetransformer.instructions.INPLACE_TRUE_DIVIDE attribute)
(codetransformer.instructions.INPLACE_XOR attribute)
(codetransformer.instructions.Instruction attribute)
(codetransformer.instructions.JUMP_ABSOLUTE attribute)
(codetransformer.instructions.JUMP_FORWARD attribute)
(codetransformer.instructions.JUMP_IF_FALSE_OR_POP attribute)
(codetransformer.instructions.JUMP_IF_TRUE_OR_POP attribute)
(codetransformer.instructions.LIST_APPEND attribute)
(codetransformer.instructions.LOAD_ATTR attribute)
(codetransformer.instructions.LOAD_BUILD_CLASS attribute)
(codetransformer.instructions.LOAD_CLASSDEREF attribute)
(codetransformer.instructions.LOAD_CLOSURE attribute)
(codetransformer.instructions.LOAD_CONST attribute)
(codetransformer.instructions.LOAD_DEREF attribute)
(codetransformer.instructions.LOAD_FAST attribute)
(codetransformer.instructions.LOAD_GLOBAL attribute)
(codetransformer.instructions.LOAD_NAME attribute)
(codetransformer.instructions.MAKE_CLOSURE attribute)
(codetransformer.instructions.MAKE_FUNCTION attribute)
(codetransformer.instructions.MAP_ADD attribute)
(codetransformer.instructions.NOP attribute)
(codetransformer.instructions.POP_BLOCK attribute)
(codetransformer.instructions.POP_EXCEPT attribute)
(codetransformer.instructions.POP_JUMP_IF_FALSE attribute)
(codetransformer.instructions.POP_JUMP_IF_TRUE attribute)
(codetransformer.instructions.POP_TOP attribute)
(codetransformer.instructions.PRINT_EXPR attribute)
(codetransformer.instructions.RAISE_VARARGS attribute)
(codetransformer.instructions.RETURN_VALUE attribute)
(codetransformer.instructions.ROT_THREE attribute)
(codetransformer.instructions.ROT_TWO attribute)
(codetransformer.instructions.SETUP_ASYNC_WITH attribute)
(codetransformer.instructions.SETUP_EXCEPT attribute)
(codetransformer.instructions.SETUP_FINALLY attribute)
(codetransformer.instructions.SETUP_LOOP attribute)
(codetransformer.instructions.SETUP_WITH attribute)
(codetransformer.instructions.SET_ADD attribute)
(codetransformer.instructions.STORE_ATTR attribute)
(codetransformer.instructions.STORE_DEREF attribute)
(codetransformer.instructions.STORE_FAST attribute)
(codetransformer.instructions.STORE_GLOBAL attribute)
(codetransformer.instructions.STORE_NAME attribute)
(codetransformer.instructions.STORE_SUBSCR attribute)
(codetransformer.instructions.UNARY_INVERT attribute)
(codetransformer.instructions.UNARY_NEGATIVE attribute)
(codetransformer.instructions.UNARY_NOT attribute)
(codetransformer.instructions.UNARY_POSITIVE attribute)
(codetransformer.instructions.UNPACK_EX attribute)
(codetransformer.instructions.UNPACK_SEQUENCE attribute)
(codetransformer.instructions.WITH_CLEANUP_FINISH attribute)
(codetransformer.instructions.WITH_CLEANUP_START attribute)
(codetransformer.instructions.YIELD_FROM attribute)
(codetransformer.instructions.YIELD_VALUE attribute)
opname (codetransformer.instructions.BEFORE_ASYNC_WITH attribute)
(codetransformer.instructions.BINARY_ADD attribute)
(codetransformer.instructions.BINARY_AND attribute)
(codetransformer.instructions.BINARY_FLOOR_DIVIDE attribute)
(codetransformer.instructions.BINARY_LSHIFT attribute)
(codetransformer.instructions.BINARY_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.BINARY_MODULO attribute)
(codetransformer.instructions.BINARY_MULTIPLY attribute)
(codetransformer.instructions.BINARY_OR attribute)
(codetransformer.instructions.BINARY_POWER attribute)
(codetransformer.instructions.BINARY_RSHIFT attribute)
(codetransformer.instructions.BINARY_SUBSCR attribute)
(codetransformer.instructions.BINARY_SUBTRACT attribute)
(codetransformer.instructions.BINARY_TRUE_DIVIDE attribute)
(codetransformer.instructions.BINARY_XOR attribute)
(codetransformer.instructions.BREAK_LOOP attribute)
(codetransformer.instructions.BUILD_LIST attribute)
(codetransformer.instructions.BUILD_LIST_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK_WITH_CALL attribute)
(codetransformer.instructions.BUILD_SET attribute)
(codetransformer.instructions.BUILD_SET_UNPACK attribute)
(codetransformer.instructions.BUILD_SLICE attribute)
(codetransformer.instructions.BUILD_TUPLE attribute)
(codetransformer.instructions.BUILD_TUPLE_UNPACK attribute)
(codetransformer.instructions.CALL_FUNCTION attribute)
(codetransformer.instructions.CALL_FUNCTION_KW attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR_KW attribute)
(codetransformer.instructions.COMPARE_OP attribute)
(codetransformer.instructions.CONTINUE_LOOP attribute)
(codetransformer.instructions.DELETE_ATTR attribute)
(codetransformer.instructions.DELETE_DEREF attribute)
(codetransformer.instructions.DELETE_FAST attribute)
(codetransformer.instructions.DELETE_GLOBAL attribute)
(codetransformer.instructions.DELETE_NAME attribute)
(codetransformer.instructions.DELETE_SUBSCR attribute)
(codetransformer.instructions.DUP_TOP attribute)
(codetransformer.instructions.DUP_TOP_TWO attribute)
(codetransformer.instructions.END_FINALLY attribute)
(codetransformer.instructions.EXTENDED_ARG attribute)
(codetransformer.instructions.FOR_ITER attribute)
(codetransformer.instructions.GET_AITER attribute)
(codetransformer.instructions.GET_ANEXT attribute)
(codetransformer.instructions.GET_AWAITABLE attribute)
(codetransformer.instructions.GET_ITER attribute)
(codetransformer.instructions.GET_YIELD_FROM_ITER attribute)
(codetransformer.instructions.IMPORT_FROM attribute)
(codetransformer.instructions.IMPORT_NAME attribute)
(codetransformer.instructions.IMPORT_STAR attribute)
(codetransformer.instructions.INPLACE_ADD attribute)
(codetransformer.instructions.INPLACE_AND attribute)
(codetransformer.instructions.INPLACE_FLOOR_DIVIDE attribute)
(codetransformer.instructions.INPLACE_LSHIFT attribute)
(codetransformer.instructions.INPLACE_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_MODULO attribute)
(codetransformer.instructions.INPLACE_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_OR attribute)
(codetransformer.instructions.INPLACE_POWER attribute)
(codetransformer.instructions.INPLACE_RSHIFT attribute)
(codetransformer.instructions.INPLACE_SUBTRACT attribute)
(codetransformer.instructions.INPLACE_TRUE_DIVIDE attribute)
(codetransformer.instructions.INPLACE_XOR attribute)
(codetransformer.instructions.Instruction attribute)
(codetransformer.instructions.JUMP_ABSOLUTE attribute)
(codetransformer.instructions.JUMP_FORWARD attribute)
(codetransformer.instructions.JUMP_IF_FALSE_OR_POP attribute)
(codetransformer.instructions.JUMP_IF_TRUE_OR_POP attribute)
(codetransformer.instructions.LIST_APPEND attribute)
(codetransformer.instructions.LOAD_ATTR attribute)
(codetransformer.instructions.LOAD_BUILD_CLASS attribute)
(codetransformer.instructions.LOAD_CLASSDEREF attribute)
(codetransformer.instructions.LOAD_CLOSURE attribute)
(codetransformer.instructions.LOAD_CONST attribute)
(codetransformer.instructions.LOAD_DEREF attribute)
(codetransformer.instructions.LOAD_FAST attribute)
(codetransformer.instructions.LOAD_GLOBAL attribute)
(codetransformer.instructions.LOAD_NAME attribute)
(codetransformer.instructions.MAKE_CLOSURE attribute)
(codetransformer.instructions.MAKE_FUNCTION attribute)
(codetransformer.instructions.MAP_ADD attribute)
(codetransformer.instructions.NOP attribute)
(codetransformer.instructions.POP_BLOCK attribute)
(codetransformer.instructions.POP_EXCEPT attribute)
(codetransformer.instructions.POP_JUMP_IF_FALSE attribute)
(codetransformer.instructions.POP_JUMP_IF_TRUE attribute)
(codetransformer.instructions.POP_TOP attribute)
(codetransformer.instructions.PRINT_EXPR attribute)
(codetransformer.instructions.RAISE_VARARGS attribute)
(codetransformer.instructions.RETURN_VALUE attribute)
(codetransformer.instructions.ROT_THREE attribute)
(codetransformer.instructions.ROT_TWO attribute)
(codetransformer.instructions.SETUP_ASYNC_WITH attribute)
(codetransformer.instructions.SETUP_EXCEPT attribute)
(codetransformer.instructions.SETUP_FINALLY attribute)
(codetransformer.instructions.SETUP_LOOP attribute)
(codetransformer.instructions.SETUP_WITH attribute)
(codetransformer.instructions.SET_ADD attribute)
(codetransformer.instructions.STORE_ATTR attribute)
(codetransformer.instructions.STORE_DEREF attribute)
(codetransformer.instructions.STORE_FAST attribute)
(codetransformer.instructions.STORE_GLOBAL attribute)
(codetransformer.instructions.STORE_NAME attribute)
(codetransformer.instructions.STORE_SUBSCR attribute)
(codetransformer.instructions.UNARY_INVERT attribute)
(codetransformer.instructions.UNARY_NEGATIVE attribute)
(codetransformer.instructions.UNARY_NOT attribute)
(codetransformer.instructions.UNARY_POSITIVE attribute)
(codetransformer.instructions.UNPACK_EX attribute)
(codetransformer.instructions.UNPACK_SEQUENCE attribute)
(codetransformer.instructions.WITH_CLEANUP_FINISH attribute)
(codetransformer.instructions.WITH_CLEANUP_START attribute)
(codetransformer.instructions.YIELD_FROM attribute)
(codetransformer.instructions.YIELD_VALUE attribute)
option (in module codetransformer.patterns)
overloaded_complexes (class in codetransformer.transformers)
overloaded_floats (class in codetransformer.transformers)
overloaded_ints (class in codetransformer.transformers)
overloaded_lists (class in codetransformer.transformers)
overloaded_sets (class in codetransformer.transformers)
overloaded_slices (class in codetransformer.transformers)
overloaded_strs (class in codetransformer.transformers)
overloaded_tuples (class in codetransformer.transformers)

P

pack() (codetransformer.code.Flag class method)
pattern (class in codetransformer.patterns)
pattern_matched_exceptions (class in codetransformer.transformers)
pformat_ast() (in module codetransformer.utils.pretty)
plus (in module codetransformer.patterns)
POP_BLOCK (class in codetransformer.instructions)
POP_EXCEPT (class in codetransformer.instructions)
POP_JUMP_IF_FALSE (class in codetransformer.instructions)
POP_JUMP_IF_TRUE (class in codetransformer.instructions)
POP_TOP (class in codetransformer.instructions)
pprint_ast() (in module codetransformer.utils.pretty)
precomputed_slices (class in codetransformer.transformers)
PRINT_EXPR (class in codetransformer.instructions)
py_flags (codetransformer.code.Code attribute)
py_lnotab (codetransformer.code.Code attribute)

R

RAISE_VARARGS (class in codetransformer.instructions)
reljmp (codetransformer.instructions.BEFORE_ASYNC_WITH attribute)
(codetransformer.instructions.BINARY_ADD attribute)
(codetransformer.instructions.BINARY_AND attribute)
(codetransformer.instructions.BINARY_FLOOR_DIVIDE attribute)
(codetransformer.instructions.BINARY_LSHIFT attribute)
(codetransformer.instructions.BINARY_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.BINARY_MODULO attribute)
(codetransformer.instructions.BINARY_MULTIPLY attribute)
(codetransformer.instructions.BINARY_OR attribute)
(codetransformer.instructions.BINARY_POWER attribute)
(codetransformer.instructions.BINARY_RSHIFT attribute)
(codetransformer.instructions.BINARY_SUBSCR attribute)
(codetransformer.instructions.BINARY_SUBTRACT attribute)
(codetransformer.instructions.BINARY_TRUE_DIVIDE attribute)
(codetransformer.instructions.BINARY_XOR attribute)
(codetransformer.instructions.BREAK_LOOP attribute)
(codetransformer.instructions.BUILD_LIST attribute)
(codetransformer.instructions.BUILD_LIST_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK_WITH_CALL attribute)
(codetransformer.instructions.BUILD_SET attribute)
(codetransformer.instructions.BUILD_SET_UNPACK attribute)
(codetransformer.instructions.BUILD_SLICE attribute)
(codetransformer.instructions.BUILD_TUPLE attribute)
(codetransformer.instructions.BUILD_TUPLE_UNPACK attribute)
(codetransformer.instructions.CALL_FUNCTION attribute)
(codetransformer.instructions.CALL_FUNCTION_KW attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR_KW attribute)
(codetransformer.instructions.COMPARE_OP attribute)
(codetransformer.instructions.CONTINUE_LOOP attribute)
(codetransformer.instructions.DELETE_ATTR attribute)
(codetransformer.instructions.DELETE_DEREF attribute)
(codetransformer.instructions.DELETE_FAST attribute)
(codetransformer.instructions.DELETE_GLOBAL attribute)
(codetransformer.instructions.DELETE_NAME attribute)
(codetransformer.instructions.DELETE_SUBSCR attribute)
(codetransformer.instructions.DUP_TOP attribute)
(codetransformer.instructions.DUP_TOP_TWO attribute)
(codetransformer.instructions.END_FINALLY attribute)
(codetransformer.instructions.EXTENDED_ARG attribute)
(codetransformer.instructions.FOR_ITER attribute)
(codetransformer.instructions.GET_AITER attribute)
(codetransformer.instructions.GET_ANEXT attribute)
(codetransformer.instructions.GET_AWAITABLE attribute)
(codetransformer.instructions.GET_ITER attribute)
(codetransformer.instructions.GET_YIELD_FROM_ITER attribute)
(codetransformer.instructions.IMPORT_FROM attribute)
(codetransformer.instructions.IMPORT_NAME attribute)
(codetransformer.instructions.IMPORT_STAR attribute)
(codetransformer.instructions.INPLACE_ADD attribute)
(codetransformer.instructions.INPLACE_AND attribute)
(codetransformer.instructions.INPLACE_FLOOR_DIVIDE attribute)
(codetransformer.instructions.INPLACE_LSHIFT attribute)
(codetransformer.instructions.INPLACE_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_MODULO attribute)
(codetransformer.instructions.INPLACE_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_OR attribute)
(codetransformer.instructions.INPLACE_POWER attribute)
(codetransformer.instructions.INPLACE_RSHIFT attribute)
(codetransformer.instructions.INPLACE_SUBTRACT attribute)
(codetransformer.instructions.INPLACE_TRUE_DIVIDE attribute)
(codetransformer.instructions.INPLACE_XOR attribute)
(codetransformer.instructions.Instruction attribute)
(codetransformer.instructions.JUMP_ABSOLUTE attribute)
(codetransformer.instructions.JUMP_FORWARD attribute)
(codetransformer.instructions.JUMP_IF_FALSE_OR_POP attribute)
(codetransformer.instructions.JUMP_IF_TRUE_OR_POP attribute)
(codetransformer.instructions.LIST_APPEND attribute)
(codetransformer.instructions.LOAD_ATTR attribute)
(codetransformer.instructions.LOAD_BUILD_CLASS attribute)
(codetransformer.instructions.LOAD_CLASSDEREF attribute)
(codetransformer.instructions.LOAD_CLOSURE attribute)
(codetransformer.instructions.LOAD_CONST attribute)
(codetransformer.instructions.LOAD_DEREF attribute)
(codetransformer.instructions.LOAD_FAST attribute)
(codetransformer.instructions.LOAD_GLOBAL attribute)
(codetransformer.instructions.LOAD_NAME attribute)
(codetransformer.instructions.MAKE_CLOSURE attribute)
(codetransformer.instructions.MAKE_FUNCTION attribute)
(codetransformer.instructions.MAP_ADD attribute)
(codetransformer.instructions.NOP attribute)
(codetransformer.instructions.POP_BLOCK attribute)
(codetransformer.instructions.POP_EXCEPT attribute)
(codetransformer.instructions.POP_JUMP_IF_FALSE attribute)
(codetransformer.instructions.POP_JUMP_IF_TRUE attribute)
(codetransformer.instructions.POP_TOP attribute)
(codetransformer.instructions.PRINT_EXPR attribute)
(codetransformer.instructions.RAISE_VARARGS attribute)
(codetransformer.instructions.RETURN_VALUE attribute)
(codetransformer.instructions.ROT_THREE attribute)
(codetransformer.instructions.ROT_TWO attribute)
(codetransformer.instructions.SETUP_ASYNC_WITH attribute)
(codetransformer.instructions.SETUP_EXCEPT attribute)
(codetransformer.instructions.SETUP_FINALLY attribute)
(codetransformer.instructions.SETUP_LOOP attribute)
(codetransformer.instructions.SETUP_WITH attribute)
(codetransformer.instructions.SET_ADD attribute)
(codetransformer.instructions.STORE_ATTR attribute)
(codetransformer.instructions.STORE_DEREF attribute)
(codetransformer.instructions.STORE_FAST attribute)
(codetransformer.instructions.STORE_GLOBAL attribute)
(codetransformer.instructions.STORE_NAME attribute)
(codetransformer.instructions.STORE_SUBSCR attribute)
(codetransformer.instructions.UNARY_INVERT attribute)
(codetransformer.instructions.UNARY_NEGATIVE attribute)
(codetransformer.instructions.UNARY_NOT attribute)
(codetransformer.instructions.UNARY_POSITIVE attribute)
(codetransformer.instructions.UNPACK_EX attribute)
(codetransformer.instructions.UNPACK_SEQUENCE attribute)
(codetransformer.instructions.WITH_CLEANUP_FINISH attribute)
(codetransformer.instructions.WITH_CLEANUP_START attribute)
(codetransformer.instructions.YIELD_FROM attribute)
(codetransformer.instructions.YIELD_VALUE attribute)
RETURN_VALUE (class in codetransformer.instructions)
reverse_dict() (in module codetransformer.utils.functional)
ROT_THREE (class in codetransformer.instructions)
ROT_TWO (class in codetransformer.instructions)

S

scanl() (in module codetransformer.utils.functional)
seq (class in codetransformer.patterns)
SET_ADD (class in codetransformer.instructions)
SETUP_ASYNC_WITH (class in codetransformer.instructions)
SETUP_EXCEPT (class in codetransformer.instructions)
SETUP_FINALLY (class in codetransformer.instructions)
SETUP_LOOP (class in codetransformer.instructions)
SETUP_WITH (class in codetransformer.instructions)
sparse_instrs (codetransformer.code.Code attribute)
stack_effect (codetransformer.instructions.Instruction attribute)
stacksize (codetransformer.code.Code attribute)
startcode (codetransformer.core.CodeTransformer attribute)
steal() (codetransformer.instructions.Instruction method)
STORE_ATTR (class in codetransformer.instructions)
STORE_DEREF (class in codetransformer.instructions)
STORE_FAST (class in codetransformer.instructions)
STORE_GLOBAL (class in codetransformer.instructions)
STORE_NAME (class in codetransformer.instructions)
STORE_SUBSCR (class in codetransformer.instructions)
str_instrs (codetransformer.transformers.interpolated_strings attribute)

T

to_pycode() (codetransformer.code.Code method)
transform() (codetransformer.core.CodeTransformer method)
transform_cellvars() (codetransformer.core.CodeTransformer method)
transform_consts() (codetransformer.core.CodeTransformer method)
transform_defaults() (codetransformer.core.CodeTransformer method)
transform_freevars() (codetransformer.core.CodeTransformer method)
transform_name() (codetransformer.core.CodeTransformer method)
transform_names() (codetransformer.core.CodeTransformer method)
transform_stringlike() (codetransformer.transformers.interpolated_strings method)
transform_varnames() (codetransformer.core.CodeTransformer method)
types (codetransformer.transformers.interpolated_strings attribute)

U

UNARY_INVERT (class in codetransformer.instructions)
UNARY_NEGATIVE (class in codetransformer.instructions)
UNARY_NOT (class in codetransformer.instructions)
UNARY_POSITIVE (class in codetransformer.instructions)
unpack() (codetransformer.code.Flag class method)
UNPACK_EX (class in codetransformer.instructions)
UNPACK_SEQUENCE (class in codetransformer.instructions)
uses_free (codetransformer.instructions.BEFORE_ASYNC_WITH attribute)
(codetransformer.instructions.BINARY_ADD attribute)
(codetransformer.instructions.BINARY_AND attribute)
(codetransformer.instructions.BINARY_FLOOR_DIVIDE attribute)
(codetransformer.instructions.BINARY_LSHIFT attribute)
(codetransformer.instructions.BINARY_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.BINARY_MODULO attribute)
(codetransformer.instructions.BINARY_MULTIPLY attribute)
(codetransformer.instructions.BINARY_OR attribute)
(codetransformer.instructions.BINARY_POWER attribute)
(codetransformer.instructions.BINARY_RSHIFT attribute)
(codetransformer.instructions.BINARY_SUBSCR attribute)
(codetransformer.instructions.BINARY_SUBTRACT attribute)
(codetransformer.instructions.BINARY_TRUE_DIVIDE attribute)
(codetransformer.instructions.BINARY_XOR attribute)
(codetransformer.instructions.BREAK_LOOP attribute)
(codetransformer.instructions.BUILD_LIST attribute)
(codetransformer.instructions.BUILD_LIST_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK_WITH_CALL attribute)
(codetransformer.instructions.BUILD_SET attribute)
(codetransformer.instructions.BUILD_SET_UNPACK attribute)
(codetransformer.instructions.BUILD_SLICE attribute)
(codetransformer.instructions.BUILD_TUPLE attribute)
(codetransformer.instructions.BUILD_TUPLE_UNPACK attribute)
(codetransformer.instructions.CALL_FUNCTION attribute)
(codetransformer.instructions.CALL_FUNCTION_KW attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR_KW attribute)
(codetransformer.instructions.COMPARE_OP attribute)
(codetransformer.instructions.CONTINUE_LOOP attribute)
(codetransformer.instructions.DELETE_ATTR attribute)
(codetransformer.instructions.DELETE_DEREF attribute)
(codetransformer.instructions.DELETE_FAST attribute)
(codetransformer.instructions.DELETE_GLOBAL attribute)
(codetransformer.instructions.DELETE_NAME attribute)
(codetransformer.instructions.DELETE_SUBSCR attribute)
(codetransformer.instructions.DUP_TOP attribute)
(codetransformer.instructions.DUP_TOP_TWO attribute)
(codetransformer.instructions.END_FINALLY attribute)
(codetransformer.instructions.EXTENDED_ARG attribute)
(codetransformer.instructions.FOR_ITER attribute)
(codetransformer.instructions.GET_AITER attribute)
(codetransformer.instructions.GET_ANEXT attribute)
(codetransformer.instructions.GET_AWAITABLE attribute)
(codetransformer.instructions.GET_ITER attribute)
(codetransformer.instructions.GET_YIELD_FROM_ITER attribute)
(codetransformer.instructions.IMPORT_FROM attribute)
(codetransformer.instructions.IMPORT_NAME attribute)
(codetransformer.instructions.IMPORT_STAR attribute)
(codetransformer.instructions.INPLACE_ADD attribute)
(codetransformer.instructions.INPLACE_AND attribute)
(codetransformer.instructions.INPLACE_FLOOR_DIVIDE attribute)
(codetransformer.instructions.INPLACE_LSHIFT attribute)
(codetransformer.instructions.INPLACE_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_MODULO attribute)
(codetransformer.instructions.INPLACE_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_OR attribute)
(codetransformer.instructions.INPLACE_POWER attribute)
(codetransformer.instructions.INPLACE_RSHIFT attribute)
(codetransformer.instructions.INPLACE_SUBTRACT attribute)
(codetransformer.instructions.INPLACE_TRUE_DIVIDE attribute)
(codetransformer.instructions.INPLACE_XOR attribute)
(codetransformer.instructions.JUMP_ABSOLUTE attribute)
(codetransformer.instructions.JUMP_FORWARD attribute)
(codetransformer.instructions.JUMP_IF_FALSE_OR_POP attribute)
(codetransformer.instructions.JUMP_IF_TRUE_OR_POP attribute)
(codetransformer.instructions.LIST_APPEND attribute)
(codetransformer.instructions.LOAD_ATTR attribute)
(codetransformer.instructions.LOAD_BUILD_CLASS attribute)
(codetransformer.instructions.LOAD_CLASSDEREF attribute)
(codetransformer.instructions.LOAD_CLOSURE attribute)
(codetransformer.instructions.LOAD_CONST attribute)
(codetransformer.instructions.LOAD_DEREF attribute)
(codetransformer.instructions.LOAD_FAST attribute)
(codetransformer.instructions.LOAD_GLOBAL attribute)
(codetransformer.instructions.LOAD_NAME attribute)
(codetransformer.instructions.MAKE_CLOSURE attribute)
(codetransformer.instructions.MAKE_FUNCTION attribute)
(codetransformer.instructions.MAP_ADD attribute)
(codetransformer.instructions.NOP attribute)
(codetransformer.instructions.POP_BLOCK attribute)
(codetransformer.instructions.POP_EXCEPT attribute)
(codetransformer.instructions.POP_JUMP_IF_FALSE attribute)
(codetransformer.instructions.POP_JUMP_IF_TRUE attribute)
(codetransformer.instructions.POP_TOP attribute)
(codetransformer.instructions.PRINT_EXPR attribute)
(codetransformer.instructions.RAISE_VARARGS attribute)
(codetransformer.instructions.RETURN_VALUE attribute)
(codetransformer.instructions.ROT_THREE attribute)
(codetransformer.instructions.ROT_TWO attribute)
(codetransformer.instructions.SETUP_ASYNC_WITH attribute)
(codetransformer.instructions.SETUP_EXCEPT attribute)
(codetransformer.instructions.SETUP_FINALLY attribute)
(codetransformer.instructions.SETUP_LOOP attribute)
(codetransformer.instructions.SETUP_WITH attribute)
(codetransformer.instructions.SET_ADD attribute)
(codetransformer.instructions.STORE_ATTR attribute)
(codetransformer.instructions.STORE_DEREF attribute)
(codetransformer.instructions.STORE_FAST attribute)
(codetransformer.instructions.STORE_GLOBAL attribute)
(codetransformer.instructions.STORE_NAME attribute)
(codetransformer.instructions.STORE_SUBSCR attribute)
(codetransformer.instructions.UNARY_INVERT attribute)
(codetransformer.instructions.UNARY_NEGATIVE attribute)
(codetransformer.instructions.UNARY_NOT attribute)
(codetransformer.instructions.UNARY_POSITIVE attribute)
(codetransformer.instructions.UNPACK_EX attribute)
(codetransformer.instructions.UNPACK_SEQUENCE attribute)
(codetransformer.instructions.WITH_CLEANUP_FINISH attribute)
(codetransformer.instructions.WITH_CLEANUP_START attribute)
(codetransformer.instructions.YIELD_FROM attribute)
(codetransformer.instructions.YIELD_VALUE attribute)
uses_name (codetransformer.instructions.BEFORE_ASYNC_WITH attribute)
(codetransformer.instructions.BINARY_ADD attribute)
(codetransformer.instructions.BINARY_AND attribute)
(codetransformer.instructions.BINARY_FLOOR_DIVIDE attribute)
(codetransformer.instructions.BINARY_LSHIFT attribute)
(codetransformer.instructions.BINARY_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.BINARY_MODULO attribute)
(codetransformer.instructions.BINARY_MULTIPLY attribute)
(codetransformer.instructions.BINARY_OR attribute)
(codetransformer.instructions.BINARY_POWER attribute)
(codetransformer.instructions.BINARY_RSHIFT attribute)
(codetransformer.instructions.BINARY_SUBSCR attribute)
(codetransformer.instructions.BINARY_SUBTRACT attribute)
(codetransformer.instructions.BINARY_TRUE_DIVIDE attribute)
(codetransformer.instructions.BINARY_XOR attribute)
(codetransformer.instructions.BREAK_LOOP attribute)
(codetransformer.instructions.BUILD_LIST attribute)
(codetransformer.instructions.BUILD_LIST_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK_WITH_CALL attribute)
(codetransformer.instructions.BUILD_SET attribute)
(codetransformer.instructions.BUILD_SET_UNPACK attribute)
(codetransformer.instructions.BUILD_SLICE attribute)
(codetransformer.instructions.BUILD_TUPLE attribute)
(codetransformer.instructions.BUILD_TUPLE_UNPACK attribute)
(codetransformer.instructions.CALL_FUNCTION attribute)
(codetransformer.instructions.CALL_FUNCTION_KW attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR_KW attribute)
(codetransformer.instructions.COMPARE_OP attribute)
(codetransformer.instructions.CONTINUE_LOOP attribute)
(codetransformer.instructions.DELETE_ATTR attribute)
(codetransformer.instructions.DELETE_DEREF attribute)
(codetransformer.instructions.DELETE_FAST attribute)
(codetransformer.instructions.DELETE_GLOBAL attribute)
(codetransformer.instructions.DELETE_NAME attribute)
(codetransformer.instructions.DELETE_SUBSCR attribute)
(codetransformer.instructions.DUP_TOP attribute)
(codetransformer.instructions.DUP_TOP_TWO attribute)
(codetransformer.instructions.END_FINALLY attribute)
(codetransformer.instructions.EXTENDED_ARG attribute)
(codetransformer.instructions.FOR_ITER attribute)
(codetransformer.instructions.GET_AITER attribute)
(codetransformer.instructions.GET_ANEXT attribute)
(codetransformer.instructions.GET_AWAITABLE attribute)
(codetransformer.instructions.GET_ITER attribute)
(codetransformer.instructions.GET_YIELD_FROM_ITER attribute)
(codetransformer.instructions.IMPORT_FROM attribute)
(codetransformer.instructions.IMPORT_NAME attribute)
(codetransformer.instructions.IMPORT_STAR attribute)
(codetransformer.instructions.INPLACE_ADD attribute)
(codetransformer.instructions.INPLACE_AND attribute)
(codetransformer.instructions.INPLACE_FLOOR_DIVIDE attribute)
(codetransformer.instructions.INPLACE_LSHIFT attribute)
(codetransformer.instructions.INPLACE_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_MODULO attribute)
(codetransformer.instructions.INPLACE_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_OR attribute)
(codetransformer.instructions.INPLACE_POWER attribute)
(codetransformer.instructions.INPLACE_RSHIFT attribute)
(codetransformer.instructions.INPLACE_SUBTRACT attribute)
(codetransformer.instructions.INPLACE_TRUE_DIVIDE attribute)
(codetransformer.instructions.INPLACE_XOR attribute)
(codetransformer.instructions.JUMP_ABSOLUTE attribute)
(codetransformer.instructions.JUMP_FORWARD attribute)
(codetransformer.instructions.JUMP_IF_FALSE_OR_POP attribute)
(codetransformer.instructions.JUMP_IF_TRUE_OR_POP attribute)
(codetransformer.instructions.LIST_APPEND attribute)
(codetransformer.instructions.LOAD_ATTR attribute)
(codetransformer.instructions.LOAD_BUILD_CLASS attribute)
(codetransformer.instructions.LOAD_CLASSDEREF attribute)
(codetransformer.instructions.LOAD_CLOSURE attribute)
(codetransformer.instructions.LOAD_CONST attribute)
(codetransformer.instructions.LOAD_DEREF attribute)
(codetransformer.instructions.LOAD_FAST attribute)
(codetransformer.instructions.LOAD_GLOBAL attribute)
(codetransformer.instructions.LOAD_NAME attribute)
(codetransformer.instructions.MAKE_CLOSURE attribute)
(codetransformer.instructions.MAKE_FUNCTION attribute)
(codetransformer.instructions.MAP_ADD attribute)
(codetransformer.instructions.NOP attribute)
(codetransformer.instructions.POP_BLOCK attribute)
(codetransformer.instructions.POP_EXCEPT attribute)
(codetransformer.instructions.POP_JUMP_IF_FALSE attribute)
(codetransformer.instructions.POP_JUMP_IF_TRUE attribute)
(codetransformer.instructions.POP_TOP attribute)
(codetransformer.instructions.PRINT_EXPR attribute)
(codetransformer.instructions.RAISE_VARARGS attribute)
(codetransformer.instructions.RETURN_VALUE attribute)
(codetransformer.instructions.ROT_THREE attribute)
(codetransformer.instructions.ROT_TWO attribute)
(codetransformer.instructions.SETUP_ASYNC_WITH attribute)
(codetransformer.instructions.SETUP_EXCEPT attribute)
(codetransformer.instructions.SETUP_FINALLY attribute)
(codetransformer.instructions.SETUP_LOOP attribute)
(codetransformer.instructions.SETUP_WITH attribute)
(codetransformer.instructions.SET_ADD attribute)
(codetransformer.instructions.STORE_ATTR attribute)
(codetransformer.instructions.STORE_DEREF attribute)
(codetransformer.instructions.STORE_FAST attribute)
(codetransformer.instructions.STORE_GLOBAL attribute)
(codetransformer.instructions.STORE_NAME attribute)
(codetransformer.instructions.STORE_SUBSCR attribute)
(codetransformer.instructions.UNARY_INVERT attribute)
(codetransformer.instructions.UNARY_NEGATIVE attribute)
(codetransformer.instructions.UNARY_NOT attribute)
(codetransformer.instructions.UNARY_POSITIVE attribute)
(codetransformer.instructions.UNPACK_EX attribute)
(codetransformer.instructions.UNPACK_SEQUENCE attribute)
(codetransformer.instructions.WITH_CLEANUP_FINISH attribute)
(codetransformer.instructions.WITH_CLEANUP_START attribute)
(codetransformer.instructions.YIELD_FROM attribute)
(codetransformer.instructions.YIELD_VALUE attribute)
uses_varname (codetransformer.instructions.BEFORE_ASYNC_WITH attribute)
(codetransformer.instructions.BINARY_ADD attribute)
(codetransformer.instructions.BINARY_AND attribute)
(codetransformer.instructions.BINARY_FLOOR_DIVIDE attribute)
(codetransformer.instructions.BINARY_LSHIFT attribute)
(codetransformer.instructions.BINARY_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.BINARY_MODULO attribute)
(codetransformer.instructions.BINARY_MULTIPLY attribute)
(codetransformer.instructions.BINARY_OR attribute)
(codetransformer.instructions.BINARY_POWER attribute)
(codetransformer.instructions.BINARY_RSHIFT attribute)
(codetransformer.instructions.BINARY_SUBSCR attribute)
(codetransformer.instructions.BINARY_SUBTRACT attribute)
(codetransformer.instructions.BINARY_TRUE_DIVIDE attribute)
(codetransformer.instructions.BINARY_XOR attribute)
(codetransformer.instructions.BREAK_LOOP attribute)
(codetransformer.instructions.BUILD_LIST attribute)
(codetransformer.instructions.BUILD_LIST_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK attribute)
(codetransformer.instructions.BUILD_MAP_UNPACK_WITH_CALL attribute)
(codetransformer.instructions.BUILD_SET attribute)
(codetransformer.instructions.BUILD_SET_UNPACK attribute)
(codetransformer.instructions.BUILD_SLICE attribute)
(codetransformer.instructions.BUILD_TUPLE attribute)
(codetransformer.instructions.BUILD_TUPLE_UNPACK attribute)
(codetransformer.instructions.CALL_FUNCTION attribute)
(codetransformer.instructions.CALL_FUNCTION_KW attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR attribute)
(codetransformer.instructions.CALL_FUNCTION_VAR_KW attribute)
(codetransformer.instructions.COMPARE_OP attribute)
(codetransformer.instructions.CONTINUE_LOOP attribute)
(codetransformer.instructions.DELETE_ATTR attribute)
(codetransformer.instructions.DELETE_DEREF attribute)
(codetransformer.instructions.DELETE_FAST attribute)
(codetransformer.instructions.DELETE_GLOBAL attribute)
(codetransformer.instructions.DELETE_NAME attribute)
(codetransformer.instructions.DELETE_SUBSCR attribute)
(codetransformer.instructions.DUP_TOP attribute)
(codetransformer.instructions.DUP_TOP_TWO attribute)
(codetransformer.instructions.END_FINALLY attribute)
(codetransformer.instructions.EXTENDED_ARG attribute)
(codetransformer.instructions.FOR_ITER attribute)
(codetransformer.instructions.GET_AITER attribute)
(codetransformer.instructions.GET_ANEXT attribute)
(codetransformer.instructions.GET_AWAITABLE attribute)
(codetransformer.instructions.GET_ITER attribute)
(codetransformer.instructions.GET_YIELD_FROM_ITER attribute)
(codetransformer.instructions.IMPORT_FROM attribute)
(codetransformer.instructions.IMPORT_NAME attribute)
(codetransformer.instructions.IMPORT_STAR attribute)
(codetransformer.instructions.INPLACE_ADD attribute)
(codetransformer.instructions.INPLACE_AND attribute)
(codetransformer.instructions.INPLACE_FLOOR_DIVIDE attribute)
(codetransformer.instructions.INPLACE_LSHIFT attribute)
(codetransformer.instructions.INPLACE_MATRIX_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_MODULO attribute)
(codetransformer.instructions.INPLACE_MULTIPLY attribute)
(codetransformer.instructions.INPLACE_OR attribute)
(codetransformer.instructions.INPLACE_POWER attribute)
(codetransformer.instructions.INPLACE_RSHIFT attribute)
(codetransformer.instructions.INPLACE_SUBTRACT attribute)
(codetransformer.instructions.INPLACE_TRUE_DIVIDE attribute)
(codetransformer.instructions.INPLACE_XOR attribute)
(codetransformer.instructions.JUMP_ABSOLUTE attribute)
(codetransformer.instructions.JUMP_FORWARD attribute)
(codetransformer.instructions.JUMP_IF_FALSE_OR_POP attribute)
(codetransformer.instructions.JUMP_IF_TRUE_OR_POP attribute)
(codetransformer.instructions.LIST_APPEND attribute)
(codetransformer.instructions.LOAD_ATTR attribute)
(codetransformer.instructions.LOAD_BUILD_CLASS attribute)
(codetransformer.instructions.LOAD_CLASSDEREF attribute)
(codetransformer.instructions.LOAD_CLOSURE attribute)
(codetransformer.instructions.LOAD_CONST attribute)
(codetransformer.instructions.LOAD_DEREF attribute)
(codetransformer.instructions.LOAD_FAST attribute)
(codetransformer.instructions.LOAD_GLOBAL attribute)
(codetransformer.instructions.LOAD_NAME attribute)
(codetransformer.instructions.MAKE_CLOSURE attribute)
(codetransformer.instructions.MAKE_FUNCTION attribute)
(codetransformer.instructions.MAP_ADD attribute)
(codetransformer.instructions.NOP attribute)
(codetransformer.instructions.POP_BLOCK attribute)
(codetransformer.instructions.POP_EXCEPT attribute)
(codetransformer.instructions.POP_JUMP_IF_FALSE attribute)
(codetransformer.instructions.POP_JUMP_IF_TRUE attribute)
(codetransformer.instructions.POP_TOP attribute)
(codetransformer.instructions.PRINT_EXPR attribute)
(codetransformer.instructions.RAISE_VARARGS attribute)
(codetransformer.instructions.RETURN_VALUE attribute)
(codetransformer.instructions.ROT_THREE attribute)
(codetransformer.instructions.ROT_TWO attribute)
(codetransformer.instructions.SETUP_ASYNC_WITH attribute)
(codetransformer.instructions.SETUP_EXCEPT attribute)
(codetransformer.instructions.SETUP_FINALLY attribute)
(codetransformer.instructions.SETUP_LOOP attribute)
(codetransformer.instructions.SETUP_WITH attribute)
(codetransformer.instructions.SET_ADD attribute)
(codetransformer.instructions.STORE_ATTR attribute)
(codetransformer.instructions.STORE_DEREF attribute)
(codetransformer.instructions.STORE_FAST attribute)
(codetransformer.instructions.STORE_GLOBAL attribute)
(codetransformer.instructions.STORE_NAME attribute)
(codetransformer.instructions.STORE_SUBSCR attribute)
(codetransformer.instructions.UNARY_INVERT attribute)
(codetransformer.instructions.UNARY_NEGATIVE attribute)
(codetransformer.instructions.UNARY_NOT attribute)
(codetransformer.instructions.UNARY_POSITIVE attribute)
(codetransformer.instructions.UNPACK_EX attribute)
(codetransformer.instructions.UNPACK_SEQUENCE attribute)
(codetransformer.instructions.WITH_CLEANUP_FINISH attribute)
(codetransformer.instructions.WITH_CLEANUP_START attribute)
(codetransformer.instructions.YIELD_FROM attribute)
(codetransformer.instructions.YIELD_VALUE attribute)

V

var (in module codetransformer.patterns)
varnames (codetransformer.code.Code attribute)
vartype (codetransformer.instructions.DELETE_DEREF attribute)
(codetransformer.instructions.LOAD_CLASSDEREF attribute)
(codetransformer.instructions.LOAD_CLOSURE attribute)
(codetransformer.instructions.LOAD_DEREF attribute)
(codetransformer.instructions.STORE_DEREF attribute)

W

WITH_CLEANUP_FINISH (class in codetransformer.instructions)
WITH_CLEANUP_START (class in codetransformer.instructions)

Y

YIELD_FROM (class in codetransformer.instructions)
YIELD_VALUE (class in codetransformer.instructions)