Searched refs:IMPORT_FROM (Results 1 – 8 of 8) sorted by relevance
116 #define IMPORT_FROM 109 /* Index in name list */ macro
87 #define IMPORT_FROM 109 macro
683 .. opcode:: IMPORT_FROM (namei)
1027 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()
2632 TARGET(IMPORT_FROM) { in _PyEval_EvalFrameDefault()
854 case IMPORT_FROM: in opcode_stack_effect()2024 ADDOP_NAME(c, IMPORT_FROM, alias->name, names); in compiler_from_import()
2671 TARGET(IMPORT_FROM) in PyEval_EvalFrameEx()
930 .. opcode:: IMPORT_FROM (namei)