Home
last modified time | relevance | path

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

/third_party/python/Include/
Dimport.h48 PyAPI_FUNC(int) _PyImport_SetModuleString(const char *name, PyObject* module);
/third_party/python/Python/
Dpylifecycle.c183 if (_PyImport_SetModuleString("_imp", impmod) < 0) { in init_importlib()
Dimport.c350 _PyImport_SetModuleString(const char *name, PyObject *m) in _PyImport_SetModuleString() function