コード例 #1
0
ファイル: zt_line.py プロジェクト: dsociative/online_painter
 def setUp(self):
     Line.assign(0)
コード例 #2
0
ファイル: zt_line.py プロジェクト: dsociative/online_painter
 def test_ident(self):
     t = Line((100, 100), (100, 40))
     self.eq(t.ident(), (0, (t.point.ident(), t.end.ident())))