Contents
Links
Class documentation
Full name: ase2sprkkr.ase.test.misc.dict_first_item
Return the first item of the given dict. >>> dict_first_item({‘a’:4, ‘c’:2, ‘h’:8}) 4