Esempio n. 1
0
    def __init__(self, x, y):
        ComplexModel.__init__(self)

        self.x = x
        self.y = y
Esempio n. 2
0
    def __init__(self, x, y):
        ComplexModel.__init__(self)

        self.x = x
        self.y = y
Esempio n. 3
0
    def __init__(self, coordinates):
        ComplexModel.__init__(self)

        self.coordinates = coordinates
Esempio n. 4
0
    def __init__(self, coordinates):
        ComplexModel.__init__(self)

        self.coordinates = coordinates