Ejemplo n.º 1
0
 def testQgsPointXYRepr(self):
     p = QgsPointXY(123.456, 987.654)
     self.assertTrue(p.__repr__().startswith('<QgsPointXY: POINT(123.456'))
Ejemplo n.º 2
0
 def testQgsPointXYRepr(self):
     p = QgsPointXY(123.456, 987.654)
     self.assertTrue(p.__repr__().startswith('<QgsPointXY: POINT(123.456'))