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.h87 #define IMPORT_FROM 109 macro
/external/python/cpython2/Doc/library/
Ddis.rst683 .. opcode:: IMPORT_FROM (namei)
/external/python/cpython3/Python/
Dcompile.c1027 case IMPORT_FROM: in stack_effect()
2778 ADDOP_N(c, IMPORT_FROM, attr, names); in compiler_import_as()
2893 ADDOP_NAME(c, IMPORT_FROM, alias->name, names); in compiler_from_import()
Dceval.c2632 TARGET(IMPORT_FROM) { in _PyEval_EvalFrameDefault()
/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/Doc/library/
Ddis.rst930 .. opcode:: IMPORT_FROM (namei)