py_tpname method

Pointer<Char> py_tpname(
  1. int type
)

Get the type name.

Implementation

ffi.Pointer<ffi.Char> py_tpname(
  int type,
) {
  return _py_tpname(
    type,
  );
}