Various commentaries and insignificant fixes

This commit is contained in:
Celine Mercier
2019-01-21 17:32:44 +01:00
parent c7f5b8d980
commit 0b62619e4e
4 changed files with 7 additions and 5 deletions

View File

@ -2,6 +2,7 @@
from obitools3.dms.capi.obitypes cimport obitype_t, index_t
cdef obi_errno_to_exception(int obi_errno, index_t line_nb=*, object elt_id=*, str error_message=*)
cdef bytes str2bytes(str string)

View File

@ -16,9 +16,7 @@ from obitools3.dms.capi.obierrno cimport OBI_LINE_IDX_ERROR, \
#obi_errno
import re
#from obitools3.dms.obiseq cimport Nuc_Seq, Nuc_Seq_Stored
# TODO RollbackException?
cdef obi_errno_to_exception(int obi_errno, index_t line_nb=-1, object elt_id=None, str error_message=None) :