예제 #1
0
파일: geojson.py 프로젝트: drlatech/neurons
    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
파일: geojson.py 프로젝트: drlatech/neurons
    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