Files
obitools3/python/obitools3/format/tab.pxd
2021-07-22 09:23:18 +12:00

9 lines
180 B
Cython
Executable File

#cython: language_level=3
cdef class TabFormat:
cdef bint header
cdef bint first_line
cdef bytes NAString
cdef set tags
cdef bytes sep
cdef bint NAIntTo0