Searched refs:DEF_BOUND (Results 1 – 4 of 4) sorted by relevance
5 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))
105 #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT) macro
87 if (PyModule_AddIntMacro(m, DEF_BOUND) < 0) return -1; in symtable_init_constants()
543 if (flags & DEF_BOUND) { in analyze_name()683 PyLong_AS_LONG(v) & (DEF_BOUND | DEF_GLOBAL)) { in update_symbols()