HomeSort by relevance Sort by last modified time
    Searched refs:DEF_ANNOT (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Include/
symtable.h 94 #define DEF_ANNOT 2<<7 /* this name is annotated */
  /external/python/cpython3/Modules/
symtablemodule.c 93 PyModule_AddIntMacro(m, DEF_ANNOT);
  /external/python/cpython3/Lib/
symtable.py 5 DEF_IMPORT, DEF_BOUND, DEF_ANNOT, SCOPE_OFF, SCOPE_MASK, FREE,
194 return bool(self.__flags & DEF_ANNOT)
  /external/python/cpython3/Python/
symtable.c     [all...]

Completed in 323 milliseconds