Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h94 #define IMPORT_FROM 109 macro
/third_party/python/Python/
Dcompile.c1097 case IMPORT_FROM: in stack_effect()
3316 ADDOP_N(c, IMPORT_FROM, attr, names); in compiler_import_as()
3428 ADDOP_NAME(c, IMPORT_FROM, alias->name, names); in compiler_from_import()
Dceval.c3727 case TARGET(IMPORT_FROM): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst978 .. opcode:: IMPORT_FROM (namei)