Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h87 #define IMPORT_STAR 84 macro
/external/python/cpython3/Include/
Dopcode.h62 #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()
2020 ADDOP(c, IMPORT_STAR); in compiler_from_import()
Dceval.c2652 TARGET_NOARG(IMPORT_STAR) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst669 .. opcode:: IMPORT_STAR
/external/python/cpython3/Python/
Dcompile.c965 case IMPORT_STAR: in stack_effect()
2889 ADDOP(c, IMPORT_STAR); in compiler_from_import()
Dceval.c2609 TARGET(IMPORT_STAR) { in _PyEval_EvalFrameDefault()