Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dimport.h11 PyAPI_FUNC(int) _PyImport_SetModuleString(const char *name, PyObject* module);
/third_party/python/Python/
Dimport.c311 _PyImport_SetModuleString(const char *name, PyObject *m) in _PyImport_SetModuleString() function
Dpylifecycle.c184 if (_PyImport_SetModuleString("_imp", imp_mod) < 0) { in init_importlib()