Files
obitools3/python/obitools3/utils.pxd
2015-09-28 13:51:35 +02:00

5 lines
93 B
Cython

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