Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsymtable.py5 DEF_IMPORT, DEF_BOUND, DEF_ANNOT, SCOPE_OFF, SCOPE_MASK, FREE,
251 or (self.__module_scope and self.__flags & DEF_BOUND))
266 or (self.__module_scope and self.__flags & DEF_BOUND))
/third_party/python/Include/internal/
Dpycore_symtable.h105 #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT) macro
/third_party/python/Modules/
Dsymtablemodule.c87 if (PyModule_AddIntMacro(m, DEF_BOUND) < 0) return -1; in symtable_init_constants()
/third_party/python/Python/
Dsymtable.c543 if (flags & DEF_BOUND) { in analyze_name()
683 PyLong_AS_LONG(v) & (DEF_BOUND | DEF_GLOBAL)) { in update_symbols()