Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h116 #define IMPORT_FROM 109 /* Index in name list */ 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()
2021 ADDOP_NAME(c, IMPORT_FROM, alias->name, names); in compiler_from_import()
Dceval.c2651 TARGET(IMPORT_FROM) in PyEval_EvalFrameEx()