Пример #1
0
 def testShurink(self):
     r = Rect((1, 2), (3, 4))
     self.assertEqual(r.shurink(1), Rect((2, 3), (1, 2)))