コード例 #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