py_Ref typedef

py_Ref = Pointer<py_TValue>

A generic reference to a python object.

Implementation

typedef py_Ref = ffi.Pointer<py_TValue>;