PyCompile_OpcodeStackEffectWithJump method

int PyCompile_OpcodeStackEffectWithJump(
  1. int opcode,
  2. int oparg,
  3. int jump
)

Implementation

int PyCompile_OpcodeStackEffectWithJump(
  int opcode,
  int oparg,
  int jump,
) {
  return _PyCompile_OpcodeStackEffectWithJump(
    opcode,
    oparg,
    jump,
  );
}