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