apache_beam.typehints.opcodes module¶
Defines the actions various bytecodes have on the frame.
Each function here corresponds to a bytecode documented in https://docs.python.org/2/library/dis.html. The first argument is a (mutable) FrameState object, the second the integer opcode argument.
Bytecodes with more complicated behavior (e.g. modifying the program counter) are handled inline rather than here.
For internal use only; no backwards-compatibility guarantees.
-
apache_beam.typehints.opcodes.
unary_positive
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
unary_negative
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
unary_invert
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
binary_power
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inplace_power
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
binary_multiply
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inplace_multiply
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inplace_divide
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inplace_floor_divide
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inplace_true_divide
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inplace_modulo
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
binary_add
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inplace_add
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
binary_subtract
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inplace_subtract
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
binary_lshift
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inplace_lshift
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
binary_rshift
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inplace_rshift
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
binary_and
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inplace_and
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
binary_xor
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inplace_xor
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
binary_or
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
inpalce_or
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
slice_0
(unused_state, unused_arg)¶
-
apache_beam.typehints.opcodes.
slice_1
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
slice_2
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
slice_3
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
store_slice_0
(unused_state, unused_arg)¶
-
apache_beam.typehints.opcodes.
store_slice_1
(unused_state, unused_arg)¶
-
apache_beam.typehints.opcodes.
store_slice_2
(unused_state, unused_arg)¶
-
apache_beam.typehints.opcodes.
store_slice_3
(unused_state, unused_arg)¶
-
apache_beam.typehints.opcodes.
delete_slice_0
(unused_state, unused_arg)¶
-
apache_beam.typehints.opcodes.
delete_slice_1
(unused_state, unused_arg)¶
-
apache_beam.typehints.opcodes.
delete_slice_2
(unused_state, unused_arg)¶
-
apache_beam.typehints.opcodes.
delete_slice_3
(unused_state, unused_arg)¶
-
apache_beam.typehints.opcodes.
binary_divide
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
binary_floor_divide
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
binary_modulo
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
print_item
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
print_newline
(unused_state, unused_arg)¶
-
apache_beam.typehints.opcodes.
load_locals
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
exec_stmt
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
build_class
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
store_attr
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
delete_attr
(unused_state, unused_arg)¶
-
apache_beam.typehints.opcodes.
store_global
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
delete_global
(unused_state, unused_arg)¶
-
apache_beam.typehints.opcodes.
load_name
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
build_map
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
import_from
(state, unused_arg)¶
-
apache_beam.typehints.opcodes.
store_map
(state, unused_arg)¶