Home
last modified time | relevance | path

Searched refs:actual_global (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_scope.py139 def actual_global(self): member in ScopeTests.testFreeVarInMethod.test.Test
148 self.assertEqual(t.actual_global(), "global")
157 def actual_global(self): member in ScopeTests.testFreeVarInMethod.Test
165 self.assertEqual(t.actual_global(), "global")
/external/python/cpython3/Lib/test/
Dtest_scope.py140 def actual_global(self): member in ScopeTests.testFreeVarInMethod.test.Test
149 self.assertEqual(t.actual_global(), "global")
158 def actual_global(self): member in ScopeTests.testFreeVarInMethod.Test
166 self.assertEqual(t.actual_global(), "global")