PyCode_ConstantKey method

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

Implementation

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