HomeSort by relevance Sort by last modified time
    Searched full:get_more_yolks (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 17 def get_more_yolks(self): function in function:NewTest.test_spam
21 C = new.classobj('Spam', (Spam.Eggs,), {'get_more_yolks': get_more_yolks})
41 self.assertEqual(c.get_more_yolks(), 6,
47 self.assertEqual(c.get_more_yolks(), 4,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 17 def get_more_yolks(self): function in function:NewTest.test_spam
21 C = new.classobj('Spam', (Spam.Eggs,), {'get_more_yolks': get_more_yolks})
41 self.assertEqual(c.get_more_yolks(), 6,
47 self.assertEqual(c.get_more_yolks(), 4,

Completed in 48 milliseconds