Searched refs:_PyImport_SetModule (Results 1 – 3 of 3) sorted by relevance
10 PyAPI_FUNC(int) _PyImport_SetModule(PyObject *name, PyObject *module);
303 _PyImport_SetModule(PyObject *name, PyObject *m) in _PyImport_SetModule() function
1637 if (_PyImport_SetModule(mod_name, submodule) < 0) { in add_submodule()