Searched refs:IMPORT_FROM (Results 1 – 8 of 8) sorted by relevance
116 #define IMPORT_FROM 109 /* Index in name list */ macro
94 #define IMPORT_FROM 109 macro
683 .. opcode:: IMPORT_FROM (namei)
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()
1099 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()
3727 case TARGET(IMPORT_FROM): { in _PyEval_EvalFrameDefault()
978 .. opcode:: IMPORT_FROM (namei)