dict_first_item

Full name: ase2sprkkr.common.misc.dict_first_item

ase2sprkkr.common.misc.dict_first_item(self)[source]

Return the first item of the given dict. >>> dict_first_item({“a”: 4, “c”: 2, “h”: 8}) 4