PyCode_ConstantKey method Null safety

Pointer<PyObject> PyCode_ConstantKey (
  1. Pointer<PyObject> obj
)

Implementation

ffi.Pointer<PyObject> PyCode_ConstantKey(
  ffi.Pointer<PyObject> obj,
) {
  return _PyCode_ConstantKey(
    obj,
  );
}