HomeSort by relevance Sort by last modified time
    Searched refs:GLOBAL_IMPLICIT (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
82 #define GLOBAL_IMPLICIT 3
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
symtable.h 73 /* GLOBAL_EXPLICIT and GLOBAL_IMPLICIT are used internally by the symbol
82 #define GLOBAL_IMPLICIT 3
  /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))
  /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))

Completed in 104 milliseconds