Various commentaries and insignificant fixes
This commit is contained in:
@ -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)
|
||||
|
@ -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) :
|
||||
|
Reference in New Issue
Block a user