Files
pycapnp/capnp/helpers/non_circular.pxd
2013-12-08 17:27:59 -08:00

8 lines
249 B
Cython

from cpython.ref cimport PyObject
cdef extern from "helpers/capabilityHelper.h":
cppclass PythonInterfaceDynamicImpl:
PythonInterfaceDynamicImpl(PyObject *)
cdef extern from "helpers/capabilityHelper.h":
void reraise_kj_exception()