PyExceptionClass_Name method

Pointer<Char> PyExceptionClass_Name(
  1. Pointer<PyObject> arg0
)

Implementation

ffi.Pointer<ffi.Char> PyExceptionClass_Name(
  ffi.Pointer<PyObject> arg0,
) {
  return _PyExceptionClass_Name(
    arg0,
  );
}