try
for y in candidates2: for volume in y['_items'][0]['volumes']: print volume['size']
Accessing nested dictionary values. Plistlib, Python 2.7
|
|