Header menu logo B2R2

Opcode Type

Python opcodes.

Union cases

Union case Description

ASYNC_GEN_WRAP

Full Usage: ASYNC_GEN_WRAP

BEFORE_ASYNC_WITH

Full Usage: BEFORE_ASYNC_WITH

BEFORE_WITH

Full Usage: BEFORE_WITH

BINARY_OP

Full Usage: BINARY_OP

BINARY_SUBSCR

Full Usage: BINARY_SUBSCR

BUILD_CONST_KEY_MAP

Full Usage: BUILD_CONST_KEY_MAP

BUILD_LIST

Full Usage: BUILD_LIST

BUILD_MAP

Full Usage: BUILD_MAP

BUILD_SET

Full Usage: BUILD_SET

BUILD_SLICE

Full Usage: BUILD_SLICE

BUILD_STRING

Full Usage: BUILD_STRING

BUILD_TUPLE

Full Usage: BUILD_TUPLE

CACHE

Full Usage: CACHE

CALL

Full Usage: CALL

CALL_FUNCTION_EX

Full Usage: CALL_FUNCTION_EX

CHECK_EG_MATCH

Full Usage: CHECK_EG_MATCH

CHECK_EXC_MATCH

Full Usage: CHECK_EXC_MATCH

COMPARE_OP

Full Usage: COMPARE_OP

CONTAINS_OP

Full Usage: CONTAINS_OP

COPY

Full Usage: COPY

COPY_FREE_VARS

Full Usage: COPY_FREE_VARS

DELETE_ATTR

Full Usage: DELETE_ATTR

DELETE_DEREF

Full Usage: DELETE_DEREF

DELETE_FAST

Full Usage: DELETE_FAST

DELETE_GLOBAL

Full Usage: DELETE_GLOBAL

DELETE_NAME

Full Usage: DELETE_NAME

DELETE_SUBSCR

Full Usage: DELETE_SUBSCR

DICT_MERGE

Full Usage: DICT_MERGE

DICT_UPDATE

Full Usage: DICT_UPDATE

END_ASYNC_FOR

Full Usage: END_ASYNC_FOR

EXTENDED_ARG

Full Usage: EXTENDED_ARG

FORMAT_VALUE

Full Usage: FORMAT_VALUE

FOR_ITER

Full Usage: FOR_ITER

GET_AITER

Full Usage: GET_AITER

GET_ANEXT

Full Usage: GET_ANEXT

GET_AWAITABLE

Full Usage: GET_AWAITABLE

GET_ITER

Full Usage: GET_ITER

GET_LEN

Full Usage: GET_LEN

GET_YIELD_FROM_ITER

Full Usage: GET_YIELD_FROM_ITER

IMPORT_FROM

Full Usage: IMPORT_FROM

IMPORT_NAME

Full Usage: IMPORT_NAME

IMPORT_STAR

Full Usage: IMPORT_STAR

IS_OP

Full Usage: IS_OP

JUMP_BACKWARD

Full Usage: JUMP_BACKWARD

JUMP_BACKWARD_NO_INTERRUPT

Full Usage: JUMP_BACKWARD_NO_INTERRUPT

JUMP_FORWARD

Full Usage: JUMP_FORWARD

JUMP_IF_FALSE_OR_POP

Full Usage: JUMP_IF_FALSE_OR_POP

JUMP_IF_TRUE_OR_POP

Full Usage: JUMP_IF_TRUE_OR_POP

KW_NAMES

Full Usage: KW_NAMES

LIST_APPEND

Full Usage: LIST_APPEND

LIST_EXTEND

Full Usage: LIST_EXTEND

LIST_TO_TUPLE

Full Usage: LIST_TO_TUPLE

LOAD_ASSERTION_ERROR

Full Usage: LOAD_ASSERTION_ERROR

LOAD_ATTR

Full Usage: LOAD_ATTR

LOAD_BUILD_CLASS

Full Usage: LOAD_BUILD_CLASS

LOAD_CLASSDEREF

Full Usage: LOAD_CLASSDEREF

LOAD_CLOSURE

Full Usage: LOAD_CLOSURE

LOAD_CONST

Full Usage: LOAD_CONST

LOAD_DEREF

Full Usage: LOAD_DEREF

LOAD_FAST

Full Usage: LOAD_FAST

LOAD_GLOBAL

Full Usage: LOAD_GLOBAL

LOAD_METHOD

Full Usage: LOAD_METHOD

LOAD_NAME

Full Usage: LOAD_NAME

MAKE_CELL

Full Usage: MAKE_CELL

MAKE_FUNCTION

Full Usage: MAKE_FUNCTION

MAP_ADD

Full Usage: MAP_ADD

MATCH_CLASS

Full Usage: MATCH_CLASS

MATCH_KEYS

Full Usage: MATCH_KEYS

MATCH_MAPPING

Full Usage: MATCH_MAPPING

MATCH_SEQUENCE

Full Usage: MATCH_SEQUENCE

NOP

Full Usage: NOP

POP_EXCEPT

Full Usage: POP_EXCEPT

POP_JUMP_BACKWARD_IF_FALSE

Full Usage: POP_JUMP_BACKWARD_IF_FALSE

POP_JUMP_BACKWARD_IF_NONE

Full Usage: POP_JUMP_BACKWARD_IF_NONE

POP_JUMP_BACKWARD_IF_NOT_NONE

Full Usage: POP_JUMP_BACKWARD_IF_NOT_NONE

POP_JUMP_BACKWARD_IF_TRUE

Full Usage: POP_JUMP_BACKWARD_IF_TRUE

POP_JUMP_FORWARD_IF_FALSE

Full Usage: POP_JUMP_FORWARD_IF_FALSE

POP_JUMP_FORWARD_IF_NONE

Full Usage: POP_JUMP_FORWARD_IF_NONE

POP_JUMP_FORWARD_IF_NOT_NONE

Full Usage: POP_JUMP_FORWARD_IF_NOT_NONE

POP_JUMP_FORWARD_IF_TRUE

Full Usage: POP_JUMP_FORWARD_IF_TRUE

POP_TOP

Full Usage: POP_TOP

PRECALL

Full Usage: PRECALL

PREP_RERAISE_STAR

Full Usage: PREP_RERAISE_STAR

PRINT_EXPR

Full Usage: PRINT_EXPR

PUSH_EXC_INFO

Full Usage: PUSH_EXC_INFO

PUSH_NULL

Full Usage: PUSH_NULL

RAISE_VARARGS

Full Usage: RAISE_VARARGS

RERAISE

Full Usage: RERAISE

RESUME

Full Usage: RESUME

RETURN_GENERATOR

Full Usage: RETURN_GENERATOR

RETURN_VALUE

Full Usage: RETURN_VALUE

SEND

Full Usage: SEND

SETUP_ANNOTATIONS

Full Usage: SETUP_ANNOTATIONS

SET_ADD

Full Usage: SET_ADD

SET_UPDATE

Full Usage: SET_UPDATE

STORE_ATTR

Full Usage: STORE_ATTR

STORE_DEREF

Full Usage: STORE_DEREF

STORE_FAST

Full Usage: STORE_FAST

STORE_GLOBAL

Full Usage: STORE_GLOBAL

STORE_NAME

Full Usage: STORE_NAME

STORE_SUBSCR

Full Usage: STORE_SUBSCR

SWAP

Full Usage: SWAP

UNARY_INVERT

Full Usage: UNARY_INVERT

UNARY_NEGATIVE

Full Usage: UNARY_NEGATIVE

UNARY_NOT

Full Usage: UNARY_NOT

UNARY_POSITIVE

Full Usage: UNARY_POSITIVE

UNPACK_EX

Full Usage: UNPACK_EX

UNPACK_SEQUENCE

Full Usage: UNPACK_SEQUENCE

WITH_EXCEPT_START

Full Usage: WITH_EXCEPT_START

YIELD_VALUE

Full Usage: YIELD_VALUE

Instance members

Instance member Description

this.IsASYNC_GEN_WRAP

Full Usage: this.IsASYNC_GEN_WRAP

Returns: bool
Returns: bool

this.IsBEFORE_ASYNC_WITH

Full Usage: this.IsBEFORE_ASYNC_WITH

Returns: bool
Returns: bool

this.IsBEFORE_WITH

Full Usage: this.IsBEFORE_WITH

Returns: bool
Returns: bool

this.IsBINARY_OP

Full Usage: this.IsBINARY_OP

Returns: bool
Returns: bool

this.IsBINARY_SUBSCR

Full Usage: this.IsBINARY_SUBSCR

Returns: bool
Returns: bool

this.IsBUILD_CONST_KEY_MAP

Full Usage: this.IsBUILD_CONST_KEY_MAP

Returns: bool
Returns: bool

this.IsBUILD_LIST

Full Usage: this.IsBUILD_LIST

Returns: bool
Returns: bool

this.IsBUILD_MAP

Full Usage: this.IsBUILD_MAP

Returns: bool
Returns: bool

this.IsBUILD_SET

Full Usage: this.IsBUILD_SET

Returns: bool
Returns: bool

this.IsBUILD_SLICE

Full Usage: this.IsBUILD_SLICE

Returns: bool
Returns: bool

this.IsBUILD_STRING

Full Usage: this.IsBUILD_STRING

Returns: bool
Returns: bool

this.IsBUILD_TUPLE

Full Usage: this.IsBUILD_TUPLE

Returns: bool
Returns: bool

this.IsCACHE

Full Usage: this.IsCACHE

Returns: bool
Returns: bool

this.IsCALL

Full Usage: this.IsCALL

Returns: bool
Returns: bool

this.IsCALL_FUNCTION_EX

Full Usage: this.IsCALL_FUNCTION_EX

Returns: bool
Returns: bool

this.IsCHECK_EG_MATCH

Full Usage: this.IsCHECK_EG_MATCH

Returns: bool
Returns: bool

this.IsCHECK_EXC_MATCH

Full Usage: this.IsCHECK_EXC_MATCH

Returns: bool
Returns: bool

this.IsCOMPARE_OP

Full Usage: this.IsCOMPARE_OP

Returns: bool
Returns: bool

this.IsCONTAINS_OP

Full Usage: this.IsCONTAINS_OP

Returns: bool
Returns: bool

this.IsCOPY

Full Usage: this.IsCOPY

Returns: bool
Returns: bool

this.IsCOPY_FREE_VARS

Full Usage: this.IsCOPY_FREE_VARS

Returns: bool
Returns: bool

this.IsDELETE_ATTR

Full Usage: this.IsDELETE_ATTR

Returns: bool
Returns: bool

this.IsDELETE_DEREF

Full Usage: this.IsDELETE_DEREF

Returns: bool
Returns: bool

this.IsDELETE_FAST

Full Usage: this.IsDELETE_FAST

Returns: bool
Returns: bool

this.IsDELETE_GLOBAL

Full Usage: this.IsDELETE_GLOBAL

Returns: bool
Returns: bool

this.IsDELETE_NAME

Full Usage: this.IsDELETE_NAME

Returns: bool
Returns: bool

this.IsDELETE_SUBSCR

Full Usage: this.IsDELETE_SUBSCR

Returns: bool
Returns: bool

this.IsDICT_MERGE

Full Usage: this.IsDICT_MERGE

Returns: bool
Returns: bool

this.IsDICT_UPDATE

Full Usage: this.IsDICT_UPDATE

Returns: bool
Returns: bool

this.IsEND_ASYNC_FOR

Full Usage: this.IsEND_ASYNC_FOR

Returns: bool
Returns: bool

this.IsEXTENDED_ARG

Full Usage: this.IsEXTENDED_ARG

Returns: bool
Returns: bool

this.IsFORMAT_VALUE

Full Usage: this.IsFORMAT_VALUE

Returns: bool
Returns: bool

this.IsFOR_ITER

Full Usage: this.IsFOR_ITER

Returns: bool
Returns: bool

this.IsGET_AITER

Full Usage: this.IsGET_AITER

Returns: bool
Returns: bool

this.IsGET_ANEXT

Full Usage: this.IsGET_ANEXT

Returns: bool
Returns: bool

this.IsGET_AWAITABLE

Full Usage: this.IsGET_AWAITABLE

Returns: bool
Returns: bool

this.IsGET_ITER

Full Usage: this.IsGET_ITER

Returns: bool
Returns: bool

this.IsGET_LEN

Full Usage: this.IsGET_LEN

Returns: bool
Returns: bool

this.IsGET_YIELD_FROM_ITER

Full Usage: this.IsGET_YIELD_FROM_ITER

Returns: bool
Returns: bool

this.IsIMPORT_FROM

Full Usage: this.IsIMPORT_FROM

Returns: bool
Returns: bool

this.IsIMPORT_NAME

Full Usage: this.IsIMPORT_NAME

Returns: bool
Returns: bool

this.IsIMPORT_STAR

Full Usage: this.IsIMPORT_STAR

Returns: bool
Returns: bool

this.IsIS_OP

Full Usage: this.IsIS_OP

Returns: bool
Returns: bool

this.IsJUMP_BACKWARD

Full Usage: this.IsJUMP_BACKWARD

Returns: bool
Returns: bool

this.IsJUMP_BACKWARD_NO_INTERRUPT

Full Usage: this.IsJUMP_BACKWARD_NO_INTERRUPT

Returns: bool
Returns: bool

this.IsJUMP_FORWARD

Full Usage: this.IsJUMP_FORWARD

Returns: bool
Returns: bool

this.IsJUMP_IF_FALSE_OR_POP

Full Usage: this.IsJUMP_IF_FALSE_OR_POP

Returns: bool
Returns: bool

this.IsJUMP_IF_TRUE_OR_POP

Full Usage: this.IsJUMP_IF_TRUE_OR_POP

Returns: bool
Returns: bool

this.IsKW_NAMES

Full Usage: this.IsKW_NAMES

Returns: bool
Returns: bool

this.IsLIST_APPEND

Full Usage: this.IsLIST_APPEND

Returns: bool
Returns: bool

this.IsLIST_EXTEND

Full Usage: this.IsLIST_EXTEND

Returns: bool
Returns: bool

this.IsLIST_TO_TUPLE

Full Usage: this.IsLIST_TO_TUPLE

Returns: bool
Returns: bool

this.IsLOAD_ASSERTION_ERROR

Full Usage: this.IsLOAD_ASSERTION_ERROR

Returns: bool
Returns: bool

this.IsLOAD_ATTR

Full Usage: this.IsLOAD_ATTR

Returns: bool
Returns: bool

this.IsLOAD_BUILD_CLASS

Full Usage: this.IsLOAD_BUILD_CLASS

Returns: bool
Returns: bool

this.IsLOAD_CLASSDEREF

Full Usage: this.IsLOAD_CLASSDEREF

Returns: bool
Returns: bool

this.IsLOAD_CLOSURE

Full Usage: this.IsLOAD_CLOSURE

Returns: bool
Returns: bool

this.IsLOAD_CONST

Full Usage: this.IsLOAD_CONST

Returns: bool
Returns: bool

this.IsLOAD_DEREF

Full Usage: this.IsLOAD_DEREF

Returns: bool
Returns: bool

this.IsLOAD_FAST

Full Usage: this.IsLOAD_FAST

Returns: bool
Returns: bool

this.IsLOAD_GLOBAL

Full Usage: this.IsLOAD_GLOBAL

Returns: bool
Returns: bool

this.IsLOAD_METHOD

Full Usage: this.IsLOAD_METHOD

Returns: bool
Returns: bool

this.IsLOAD_NAME

Full Usage: this.IsLOAD_NAME

Returns: bool
Returns: bool

this.IsMAKE_CELL

Full Usage: this.IsMAKE_CELL

Returns: bool
Returns: bool

this.IsMAKE_FUNCTION

Full Usage: this.IsMAKE_FUNCTION

Returns: bool
Returns: bool

this.IsMAP_ADD

Full Usage: this.IsMAP_ADD

Returns: bool
Returns: bool

this.IsMATCH_CLASS

Full Usage: this.IsMATCH_CLASS

Returns: bool
Returns: bool

this.IsMATCH_KEYS

Full Usage: this.IsMATCH_KEYS

Returns: bool
Returns: bool

this.IsMATCH_MAPPING

Full Usage: this.IsMATCH_MAPPING

Returns: bool
Returns: bool

this.IsMATCH_SEQUENCE

Full Usage: this.IsMATCH_SEQUENCE

Returns: bool
Returns: bool

this.IsNOP

Full Usage: this.IsNOP

Returns: bool
Returns: bool

this.IsPOP_EXCEPT

Full Usage: this.IsPOP_EXCEPT

Returns: bool
Returns: bool

this.IsPOP_JUMP_BACKWARD_IF_FALSE

Full Usage: this.IsPOP_JUMP_BACKWARD_IF_FALSE

Returns: bool
Returns: bool

this.IsPOP_JUMP_BACKWARD_IF_NONE

Full Usage: this.IsPOP_JUMP_BACKWARD_IF_NONE

Returns: bool
Returns: bool

this.IsPOP_JUMP_BACKWARD_IF_NOT_NONE

Full Usage: this.IsPOP_JUMP_BACKWARD_IF_NOT_NONE

Returns: bool
Returns: bool

this.IsPOP_JUMP_BACKWARD_IF_TRUE

Full Usage: this.IsPOP_JUMP_BACKWARD_IF_TRUE

Returns: bool
Returns: bool

this.IsPOP_JUMP_FORWARD_IF_FALSE

Full Usage: this.IsPOP_JUMP_FORWARD_IF_FALSE

Returns: bool
Returns: bool

this.IsPOP_JUMP_FORWARD_IF_NONE

Full Usage: this.IsPOP_JUMP_FORWARD_IF_NONE

Returns: bool
Returns: bool

this.IsPOP_JUMP_FORWARD_IF_NOT_NONE

Full Usage: this.IsPOP_JUMP_FORWARD_IF_NOT_NONE

Returns: bool
Returns: bool

this.IsPOP_JUMP_FORWARD_IF_TRUE

Full Usage: this.IsPOP_JUMP_FORWARD_IF_TRUE

Returns: bool
Returns: bool

this.IsPOP_TOP

Full Usage: this.IsPOP_TOP

Returns: bool
Returns: bool

this.IsPRECALL

Full Usage: this.IsPRECALL

Returns: bool
Returns: bool

this.IsPREP_RERAISE_STAR

Full Usage: this.IsPREP_RERAISE_STAR

Returns: bool
Returns: bool

this.IsPRINT_EXPR

Full Usage: this.IsPRINT_EXPR

Returns: bool
Returns: bool

this.IsPUSH_EXC_INFO

Full Usage: this.IsPUSH_EXC_INFO

Returns: bool
Returns: bool

this.IsPUSH_NULL

Full Usage: this.IsPUSH_NULL

Returns: bool
Returns: bool

this.IsRAISE_VARARGS

Full Usage: this.IsRAISE_VARARGS

Returns: bool
Returns: bool

this.IsRERAISE

Full Usage: this.IsRERAISE

Returns: bool
Returns: bool

this.IsRESUME

Full Usage: this.IsRESUME

Returns: bool
Returns: bool

this.IsRETURN_GENERATOR

Full Usage: this.IsRETURN_GENERATOR

Returns: bool
Returns: bool

this.IsRETURN_VALUE

Full Usage: this.IsRETURN_VALUE

Returns: bool
Returns: bool

this.IsSEND

Full Usage: this.IsSEND

Returns: bool
Returns: bool

this.IsSETUP_ANNOTATIONS

Full Usage: this.IsSETUP_ANNOTATIONS

Returns: bool
Returns: bool

this.IsSET_ADD

Full Usage: this.IsSET_ADD

Returns: bool
Returns: bool

this.IsSET_UPDATE

Full Usage: this.IsSET_UPDATE

Returns: bool
Returns: bool

this.IsSTORE_ATTR

Full Usage: this.IsSTORE_ATTR

Returns: bool
Returns: bool

this.IsSTORE_DEREF

Full Usage: this.IsSTORE_DEREF

Returns: bool
Returns: bool

this.IsSTORE_FAST

Full Usage: this.IsSTORE_FAST

Returns: bool
Returns: bool

this.IsSTORE_GLOBAL

Full Usage: this.IsSTORE_GLOBAL

Returns: bool
Returns: bool

this.IsSTORE_NAME

Full Usage: this.IsSTORE_NAME

Returns: bool
Returns: bool

this.IsSTORE_SUBSCR

Full Usage: this.IsSTORE_SUBSCR

Returns: bool
Returns: bool

this.IsSWAP

Full Usage: this.IsSWAP

Returns: bool
Returns: bool

this.IsUNARY_INVERT

Full Usage: this.IsUNARY_INVERT

Returns: bool
Returns: bool

this.IsUNARY_NEGATIVE

Full Usage: this.IsUNARY_NEGATIVE

Returns: bool
Returns: bool

this.IsUNARY_NOT

Full Usage: this.IsUNARY_NOT

Returns: bool
Returns: bool

this.IsUNARY_POSITIVE

Full Usage: this.IsUNARY_POSITIVE

Returns: bool
Returns: bool

this.IsUNPACK_EX

Full Usage: this.IsUNPACK_EX

Returns: bool
Returns: bool

this.IsUNPACK_SEQUENCE

Full Usage: this.IsUNPACK_SEQUENCE

Returns: bool
Returns: bool

this.IsWITH_EXCEPT_START

Full Usage: this.IsWITH_EXCEPT_START

Returns: bool
Returns: bool

this.IsYIELD_VALUE

Full Usage: this.IsYIELD_VALUE

Returns: bool
Returns: bool

Type something to start searching.