py_switchvm method

void py_switchvm(
  1. int index
)

Switch to a VM. @param index index of the VM ranging from 0 to 16 (exclusive). 0 is the default VM.

Implementation

void py_switchvm(
  int index,
) {
  return _py_switchvm(
    index,
  );
}