Home | History | Annotate | Download | only in python

Lines Matching refs:swig_module

1529   swig_module_info *swig_module = (swig_module_info *) PyCapsule_GetPointer(obj, SWIGPY_CAPSULE_NAME);
1531 swig_module_info *swig_module = (swig_module_info *) vptr;
1533 swig_type_info **types = swig_module->types;
1535 for (i =0; i < swig_module->size; ++i) {
1547 SWIG_Python_SetModule(swig_module_info *swig_module) {
1556 PyObject *pointer = PyCapsule_New((void *) swig_module, SWIGPY_CAPSULE_NAME, SWIG_Python_DestroyModule);
1563 PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module, SWIG_Python_DestroyModule);
1593 swig_module_info *swig_module = SWIG_GetModule(0);
1594 descriptor = SWIG_TypeQueryModule(swig_module, swig_module, type);