Beispiel #1
0
def bart_info():
    bart = BartApi()
    dbrk = bart.etd("DBRK")
    result = {}

    for x in dbrk:
        destination = x['destination']
        value = (x['estimates'][0]['hexcolor'],
                 [train['minutes'] for train in x['estimates']][0:2])
        result[destination] = value
    return result
Beispiel #2
0
 def setUp(self):
     self.bart = BartApi()
     self._cur_sched = None
 def setUp(self):
     self.bart = BartApi()