PyObject_GC_Track method

void PyObject_GC_Track(
  1. Pointer<Void> arg0
)

Implementation

void PyObject_GC_Track(
  ffi.Pointer<ffi.Void> arg0,
) {
  return _PyObject_GC_Track(
    arg0,
  );
}