Refactor layout of pxd files

This commit is contained in:
Jason Paryani
2013-12-08 17:27:59 -08:00
parent 8aa258ff73
commit cff551c774
13 changed files with 66 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
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()