PyEval_GetFrame method

Pointer<_frame> PyEval_GetFrame()

Implementation

ffi.Pointer<_frame> PyEval_GetFrame() {
  return _PyEval_GetFrame();
}