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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 33 def break_yolks(self): function in function:NewTest.test_spam
37 im = new.instancemethod(break_yolks, c, C)
50 im = new.instancemethod(break_yolks, c)
55 self.assertRaises(TypeError, new.instancemethod, break_yolks, None)
58 self.assertRaises(TypeError, new.instancemethod, break_yolks, c, kw=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 33 def break_yolks(self): function in function:NewTest.test_spam
37 im = new.instancemethod(break_yolks, c, C)
50 im = new.instancemethod(break_yolks, c)
55 self.assertRaises(TypeError, new.instancemethod, break_yolks, None)
58 self.assertRaises(TypeError, new.instancemethod, break_yolks, c, kw=1)

Completed in 61 milliseconds