Home
last modified time | relevance | path

Searched defs:import_from (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dsymbol.py40 import_from = 283 variable
/external/python/cpython3/Include/
Dgraminit.h33 #define import_from 286 macro
/external/python/cpython2/Include/
Dgraminit.h30 #define import_from 283 macro
/external/python/cpython3/Lib/
Dsymbol.py43 import_from = 286 variable
/external/python/cpython2/Lib/compiler/
Dtransformer.py454 def import_from(self, nodelist): member in Transformer
/external/python/cpython2/Python/
Dceval.c4905 import_from(PyObject *v, PyObject *name) in import_from() function
/external/python/cpython3/Python/
Dceval.c4792 import_from(PyObject *v, PyObject *name) in import_from() function