Refactor layout of pxd files
This commit is contained in:
8
capnp/helpers/non_circular.pxd
Normal file
8
capnp/helpers/non_circular.pxd
Normal 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()
|
||||
Reference in New Issue
Block a user