feat: improve cdef types for marshaller (#164)
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
import cython
|
import cython
|
||||||
|
|
||||||
|
from ..signature cimport SignatureTree
|
||||||
|
|
||||||
|
|
||||||
cdef object PACK_UINT32
|
cdef object PACK_UINT32
|
||||||
|
|
||||||
@@ -13,9 +15,9 @@ cdef get_signature_tree
|
|||||||
|
|
||||||
cdef class Marshaller:
|
cdef class Marshaller:
|
||||||
|
|
||||||
cdef object signature_tree
|
cdef SignatureTree signature_tree
|
||||||
cdef bytearray _buf
|
cdef bytearray _buf
|
||||||
cdef object body
|
cdef cython.list body
|
||||||
|
|
||||||
cdef _buffer(self)
|
cdef _buffer(self)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user