py_ItemRef typedef

py_ItemRef = Pointer<py_TValue>

An item reference to a container object. It invalidates when the container is modified.

Implementation

typedef py_ItemRef = ffi.Pointer<py_TValue>;