Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h69 #define IMPORT_STAR 84 macro
/third_party/python/Doc/library/
Ddis.rst688 .. opcode:: IMPORT_STAR
/third_party/python/Python/
Dcompile.c1041 case IMPORT_STAR: in stack_effect()
3424 ADDOP(c, IMPORT_STAR); in compiler_from_import()
Dceval.c3704 case TARGET(IMPORT_STAR): { in _PyEval_EvalFrameDefault()