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

  /external/python/cpython3/Include/
pystate.h 152 PyObject *import_func; member in struct:_is
  /external/python/cpython3/Python/
pylifecycle.c 309 interp->import_func = PyDict_GetItemString(interp->builtins, "__import__");
310 if (interp->import_func == NULL)
312 Py_INCREF(interp->import_func);
    [all...]
ceval.c 4755 PyObject *import_func, *res; local
    [all...]
pystate.c 151 interp->import_func = NULL;
212 Py_CLEAR(interp->import_func);
    [all...]
import.c     [all...]

Completed in 132 milliseconds