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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_symtable.py 94 self.assertEqual(func.get_globals(), ("bar", "glob"))
  /external/python/cpython2/Lib/test/
test_symtable.py 94 self.assertEqual(sorted(func.get_globals()), ["bar", "glob"])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 145 def get_globals(self): member in class:Function
  /external/python/cpython2/Lib/
symtable.py 142 def get_globals(self): member in class:Function
  /external/python/cpython3/Lib/
symtable.py 137 def get_globals(self): member in class:Function
  /external/python/cpython3/Lib/test/
test_symtable.py 85 self.assertEqual(sorted(func.get_globals()), ["bar", "glob"])

Completed in 167 milliseconds