Home
last modified time | relevance | path

Searched refs:DEF_IMPORT (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_symtable.h102 #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 Dsymtable.py5 DEF_IMPORT, DEF_BOUND, DEF_ANNOT, SCOPE_OFF, SCOPE_MASK, FREE,
283 return bool(self.__flags & DEF_IMPORT)
/third_party/python/Modules/
H A Dsymtablemodule.c86 if (PyModule_AddIntMacro(m, DEF_IMPORT) < 0) return -1; in symtable_init_constants()
/third_party/python/Python/
H A Dsymtable.c1959 int r = symtable_add_def(st, store_name, DEF_IMPORT, LOCATION(a)); in symtable_visit_alias()
H A Dcompile.c4819 return flags & DEF_IMPORT; in is_import_originated()

Completed in 16 milliseconds