pytuflow.MatDatabase.items

pytuflow.MatDatabase.items#

MatDatabase.items()#

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

Return type:

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