Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h87 #define IMPORT_STAR 84 macro
/external/python/cpython2/Doc/library/
Ddis.rst512 .. opcode:: IMPORT_STAR ()
/external/python/cpython2/Python/
Dcompile.c804 case IMPORT_STAR: in opcode_stack_effect()
2017 ADDOP(c, IMPORT_STAR); in compiler_from_import()
Dceval.c2633 TARGET_NOARG(IMPORT_STAR) in PyEval_EvalFrameEx()