PydObject.this

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.

  1. this(PyObject* o)
    class PydObject
    this
  2. this(Borrowed!PyObject* o)
  3. this()

Meta