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

  /external/python/cpython3/Include/
import.h 42 PyAPI_FUNC(PyObject *) PyImport_GetModule(PyObject *name);
  /external/python/cpython3/Python/
import.c 334 return PyImport_GetModule(name);
352 PyImport_GetModule(PyObject *name)
955 m = PyImport_GetModule(name);
    [all...]
_warnings.c 79 gone, then we can't even use PyImport_GetModule without triggering
85 warnings_module = PyImport_GetModule(warnings_str);
    [all...]
ceval.c     [all...]
  /external/python/cpython3/Modules/
_pickle.c     [all...]
  /external/python/cpython3/Objects/
typeobject.c     [all...]

Completed in 549 milliseconds