Files
obitools3/python/obitools3/utils.pxd

6 lines
94 B
Cython

#cython: language_level=3
cdef bytes str2bytes(str string)
cdef str bytes2str(bytes string)