pytuflow.RainfallDatabase.items

pytuflow.RainfallDatabase.items#

RainfallDatabase.items()#

Returns an iterator over the (key, value) pairs in the database.

Return type:

Generator[tuple[str, DBEntry], None, None]