Home
last modified time | relevance | path

Searched refs:IMPORT_FROM (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h116 #define IMPORT_FROM 109 /* Index in name list */ macro
/external/python/cpython3/Include/
Dopcode.h94 #define IMPORT_FROM 109 macro
/external/python/cpython2/Doc/library/
Ddis.rst683 .. opcode:: IMPORT_FROM (namei)
/external/python/cpython2/Python/
Dcompile.c854 case IMPORT_FROM: in opcode_stack_effect()
2024 ADDOP_NAME(c, IMPORT_FROM, alias->name, names); in compiler_from_import()
Dceval.c2671 TARGET(IMPORT_FROM) in PyEval_EvalFrameEx()
/external/python/cpython3/Python/
Dcompile.c1099 case IMPORT_FROM: in stack_effect()
3317 ADDOP_N(c, IMPORT_FROM, attr, names); in compiler_import_as()
3429 ADDOP_NAME(c, IMPORT_FROM, alias->name, names); in compiler_from_import()
Dceval.c3727 case TARGET(IMPORT_FROM): { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/library/
Ddis.rst978 .. opcode:: IMPORT_FROM (namei)