diff --git a/python/obitools3/obidms/_obidms.pyx b/python/obitools3/obidms/_obidms.pyx index db75f56..0da902c 100644 --- a/python/obitools3/obidms/_obidms.pyx +++ b/python/obitools3/obidms/_obidms.pyx @@ -449,6 +449,10 @@ cdef class OBIView : return (column_name in self.columns) + def __len__(self): + return(self.pointer.infos.line_count) + + def __str__(self) : cdef OBIView_line line cdef str to_print