Home
last modified time | relevance | path

Searched refs:_PyImport_SetModule (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dimport.h10 PyAPI_FUNC(int) _PyImport_SetModule(PyObject *name, PyObject *module);
/third_party/python/Python/
Dimport.c303 _PyImport_SetModule(PyObject *name, PyObject *m) in _PyImport_SetModule() function
/third_party/python/Modules/
Dpyexpat.c1637 if (_PyImport_SetModule(mod_name, submodule) < 0) { in add_submodule()