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