apache_beam.typehints.intrinsic_one_ops module
Defines the actions intrinsic bytecodes have on the frame.
Each function here corresponds to a bytecode documented in
https://docs.python.org/3/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.intrinsic_one_ops.intrinsic_1_invalid(state, arg)[source]
-
apache_beam.typehints.intrinsic_one_ops.intrinsic_print(state, arg)[source]
-
apache_beam.typehints.intrinsic_one_ops.intrinsic_import_star(state, arg)[source]
-
apache_beam.typehints.intrinsic_one_ops.intrinsic_stopiteration_error(state, arg)[source]
-
apache_beam.typehints.intrinsic_one_ops.intrinsic_async_gen_wrap(state, arg)[source]
-
apache_beam.typehints.intrinsic_one_ops.intrinsic_unary_positive(state, arg)[source]
-
apache_beam.typehints.intrinsic_one_ops.intrinsic_list_to_tuple(state, arg)[source]
-
apache_beam.typehints.intrinsic_one_ops.intrinsic_typevar(state, arg)[source]
-
apache_beam.typehints.intrinsic_one_ops.intrinsic_paramspec(state, arg)[source]
-
apache_beam.typehints.intrinsic_one_ops.intrinsic_typevartuple(state, arg)[source]
-
apache_beam.typehints.intrinsic_one_ops.intrinsic_subscript_generic(state, arg)[source]
-
apache_beam.typehints.intrinsic_one_ops.intrinsic_typealias(state, arg)[source]