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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
symtable.h 73 /* GLOBAL_EXPLICIT and GLOBAL_IMPLICIT are used internally by the symbol
81 #define GLOBAL_EXPLICIT 2
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
symtable.h 73 /* GLOBAL_EXPLICIT and GLOBAL_IMPLICIT are used internally by the symbol
81 #define GLOBAL_EXPLICIT 2
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
147 glob = (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT)
193 return bool(self.__scope in (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT))
196 return bool(self.__scope == GLOBAL_EXPLICIT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
147 glob = (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT)
193 return bool(self.__scope in (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT))
196 return bool(self.__scope == GLOBAL_EXPLICIT)

Completed in 293 milliseconds