示例#1
0
    def __init__(self, x, y):
        ComplexModel.__init__(self)

        self.x = x
        self.y = y
示例#2
0
文件: geojson.py 项目: arskom/neurons
    def __init__(self, x, y):
        ComplexModel.__init__(self)

        self.x = x
        self.y = y
示例#3
0
    def __init__(self, coordinates):
        ComplexModel.__init__(self)

        self.coordinates = coordinates
示例#4
0
文件: geojson.py 项目: arskom/neurons
    def __init__(self, coordinates):
        ComplexModel.__init__(self)

        self.coordinates = coordinates