Home
last modified time | relevance | path

Searched refs:import_all_from (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Python/
Dceval.c142 static int import_all_from(PyObject *, PyObject *);
2663 err = import_all_from(x, v); in PyEval_EvalFrameEx()
4919 import_all_from(PyObject *locals, PyObject *v) in import_all_from() function
/external/python/cpython3/Tools/c-analyzer/
DTODO521 Python/ceval.c:import_all_from():PyId___all__ _Py_IDENTIFIER(__all__)
522 Python/ceval.c:import_all_from():PyId___dict__ _Py_IDENTIFIER(__dict__)
523 Python/ceval.c:import_all_from():PyId___name__ _Py_IDENTIFIER(__name__)
Dknown.tsv1016 Python/ceval.c import_all_from PyId___all__ variable _Py_IDENTIFIER(__all__)
1090 Python/ceval.c import_all_from PyId___dict__ variable _Py_IDENTIFIER(__dict__)
1271 Python/ceval.c import_all_from PyId___name__ variable _Py_IDENTIFIER(__name__)
/external/python/cpython3/Python/
Dceval.c77 static int import_all_from(PyThreadState *, PyObject *, PyObject *);
3121 err = import_all_from(tstate, locals, from); in _PyEval_EvalFrameDefault()
5289 import_all_from(PyThreadState *tstate, PyObject *locals, PyObject *v) in import_all_from() function