oxli-bio / oxli

k-mers and the like
BSD 3-Clause "New" or "Revised" License
14 stars 0 forks source link

Add __len__ and __iter__ methods #20

Closed Adamtaranto closed 1 day ago

Adamtaranto commented 1 week ago

Add __len__ dunder method to return total number of keys in hash table when Python function len() is called on a KmerHashTable object.

Add __iter__ method to yield hash,count pairs.