HomeSort by relevance Sort by last modified time
    Searched refs:_PyImport_SetModuleString (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
import.h 50 PyAPI_FUNC(int) _PyImport_SetModuleString(const char *name, PyObject* module);
  /external/python/cpython3/Python/
pylifecycle.c 322 if (_PyImport_SetModuleString("_imp", impmod) < 0) {
    [all...]
import.c 345 _PyImport_SetModuleString(const char *name, PyObject *m)
    [all...]

Completed in 56 milliseconds