Home | History | Annotate | Download | only in python

Lines Matching refs:SWIGPY_CAPSULE_NAME

1475     type_pointer = PyCapsule_Import(SWIGPY_CAPSULE_NAME, 0);
1529 swig_module_info *swig_module = (swig_module_info *) PyCapsule_GetPointer(obj, SWIGPY_CAPSULE_NAME);
1556 PyObject *pointer = PyCapsule_New((void *) swig_module, SWIGPY_CAPSULE_NAME, SWIG_Python_DestroyModule);