PyFunction_GetAnnotations method

Pointer<PyObject> PyFunction_GetAnnotations(
  1. Pointer<PyObject> arg0
)

Implementation

ffi.Pointer<PyObject> PyFunction_GetAnnotations(
  ffi.Pointer<PyObject> arg0,
) {
  return _PyFunction_GetAnnotations(
    arg0,
  );
}