Searched defs:foobar (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_defaultdict.py11 def foobar(): function
122 d1 = defaultdict(foobar, {1: 1})
124 self.assertEqual(d2.default_factory, foobar)
132 d1 = defaultdict(foobar, {1: [1]})
134 self.assertEqual(d2.default_factory, foobar)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_defaultdict.py11 def foobar(): function
122 d1 = defaultdict(foobar, {1: 1})
124 self.assertEqual(d2.default_factory, foobar)
132 d1 = defaultdict(foobar, {1: [1]})
134 self.assertEqual(d2.default_factory, foobar)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_loader.py934 # Test.foobar is defined to make sure getTestCaseNames() respects
940 def foobar(self): pass member in class:Test_TestLoader.test_getTestCaseNames.Test
951 def foobar(self): pass member in class:Test_TestLoader.test_getTestCaseNames__no_tests.Test
979 # TestP.foobar is defined to make sure getTestCaseNames() respects
985 def foobar(self): pass member in class:Test_TestLoader.test_getTestCaseNames__inheritance.TestP
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_loader.py934 # Test.foobar is defined to make sure getTestCaseNames() respects
940 def foobar(self): pass member in class:Test_TestLoader.test_getTestCaseNames.Test
951 def foobar(self): pass member in class:Test_TestLoader.test_getTestCaseNames__no_tests.Test
979 # TestP.foobar is defined to make sure getTestCaseNames() respects
985 def foobar(self): pass member in class:Test_TestLoader.test_getTestCaseNames__inheritance.TestP

Completed in 305 milliseconds