Skip to navigation
How to generate a yielded dict
08.08.14
checksums = dict(self.gen_codes()) def gen_codes(self): c = self.bc.view('list','get_checksum')['rows'] for i in c: yield i['id'],i['value']
http://stackoverflow.com/questions/8731231/tuple-value-by-key
Reply
Anonymous
Information Epoch 1757655236
Using text data files.
Home
Notebook
Contact us