Diff: origin/master...HEAD, staged and unstaged changes
Total: 30 lines
Missing: 4 lines
Coverage: 86%
Source File
Diff Coverage (%)
Missing Lines
hyper_parallel/data/indexed/io.py
86.7%
477-478,566-567
hyper_parallel/data/indexed/io.py
473474475476477478479480481
def__del__(self)->None:"""Clean up the object."""try:self.close()except(AttributeError,BufferError,ValueError):passdef__len__(self)->int:"""Get the number of sequences in the dataset
562563564565566567568569570571
def__del__(self)->None:"""Clean up the object."""try:self.close()except(AttributeError,BufferError,ValueError):passclass_FileBinReader(_BinReader):"""A _BinReader that reads from the data (.bin) file using a file pointer"""