Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_opcode.h117 [IMPORT_FROM] = IMPORT_FROM,
351 [IMPORT_FROM] = "IMPORT_FROM",
/third_party/python/Include/
H A Dopcode.h69 #define IMPORT_FROM 109 macro
/third_party/python/Python/
H A Dcompile.c1047 case IMPORT_FROM: in stack_effect()
3881 IMPORT_FROM for each name. in compiler_import_as()
3898 ADDOP_N(c, IMPORT_FROM, attr, names); in compiler_import_as()
4004 ADDOP_NAME(c, IMPORT_FROM, alias->name, names); in compiler_from_import()
H A Dceval.c3983 TARGET(IMPORT_FROM) {

Completed in 23 milliseconds