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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_scope.py 139 def actual_global(self): member in class:ScopeTests.testFreeVarInMethod.test.Test
148 self.assertEqual(t.actual_global(), "global")
157 def actual_global(self): member in class:ScopeTests.testFreeVarInMethod.Test
165 self.assertEqual(t.actual_global(), "global")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_scope.py 139 def actual_global(self): member in class:ScopeTests.testFreeVarInMethod.test.Test
148 self.assertEqual(t.actual_global(), "global")
157 def actual_global(self): member in class:ScopeTests.testFreeVarInMethod.Test
165 self.assertEqual(t.actual_global(), "global")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_scope.py 139 def actual_global(self): member in class:ScopeTests.testFreeVarInMethod.test.Test
148 self.assertEqual(t.actual_global(), "global")
157 def actual_global(self): member in class:ScopeTests.testFreeVarInMethod.Test
165 self.assertEqual(t.actual_global(), "global")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_scope.py 139 def actual_global(self): member in class:ScopeTests.testFreeVarInMethod.test.Test
148 self.assertEqual(t.actual_global(), "global")
157 def actual_global(self): member in class:ScopeTests.testFreeVarInMethod.Test
165 self.assertEqual(t.actual_global(), "global")

Completed in 86 milliseconds