예제 #1
0
파일: person.py 프로젝트: kercos/PickMeUp
def getDestinationCluster(p):
    return itinerary.getBusStop(p.last_city, getDestination(p)).cluster
예제 #2
0
파일: person.py 프로젝트: kercos/PickMeUp
def getBusStop(p):
    return itinerary.getBusStop(p.last_city, p.location)
예제 #3
0
파일: person.py 프로젝트: kercos/PickMeUp
def getLocationCluster(p):
    return itinerary.getBusStop(p.last_city, p.location).cluster