Exemple #1
0
def getDestinationCluster(p):
    return itinerary.getBusStop(p.last_city, getDestination(p)).cluster
Exemple #2
0
def getBusStop(p):
    return itinerary.getBusStop(p.last_city, p.location)
Exemple #3
0
def getLocationCluster(p):
    return itinerary.getBusStop(p.last_city, p.location).cluster