Searched refs:DEF_IMPORT (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_symtable.h | 102 #define DEF_IMPORT 2<<6 /* assignment occurred via import */ macro 106 #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
|
/third_party/python/Lib/ |
H A D | symtable.py | 5 DEF_IMPORT, DEF_BOUND, DEF_ANNOT, SCOPE_OFF, SCOPE_MASK, FREE, 283 return bool(self.__flags & DEF_IMPORT)
|
/third_party/python/Modules/ |
H A D | symtablemodule.c | 86 if (PyModule_AddIntMacro(m, DEF_IMPORT) < 0) return -1; in symtable_init_constants()
|
/third_party/python/Python/ |
H A D | symtable.c | 1959 int r = symtable_add_def(st, store_name, DEF_IMPORT, LOCATION(a)); in symtable_visit_alias()
|
H A D | compile.c | 4819 return flags & DEF_IMPORT; in is_import_originated()
|
Completed in 16 milliseconds