Strong refactoring 1

This commit is contained in:
2016-12-26 13:35:31 +01:00
parent 3cedd00d7f
commit daacd0df76
58 changed files with 732 additions and 1525 deletions

View File

@ -2,5 +2,6 @@
cdef bytes str2bytes(str string)
cdef str bytes2str(bytes string)
cdef str bytes2str(bytes string)
cdef bytes tobytes(object string)
cdef str tostr(object string)