Wrap an owned PyObject*. This should typically only be used in conjuction with functions in the deimos API that return PyObject* (they return new references). Otherwise, wrap the incoming PyObject* with borrowed.
See Implementation
Wrap an owned PyObject*. This should typically only be used in conjuction with functions in the deimos API that return PyObject* (they return new references). Otherwise, wrap the incoming PyObject* with borrowed.