Skip to content

Commit

Permalink
feat: improve cdef types for marshaller (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 14, 2022
1 parent 97dfb96 commit 9fb4440
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/dbus_fast/_private/marshaller.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import cython

from ..signature cimport SignatureTree


cdef object PACK_UINT32

Expand All @@ -13,9 +15,9 @@ cdef get_signature_tree

cdef class Marshaller:

cdef object signature_tree
cdef SignatureTree signature_tree
cdef bytearray _buf
cdef object body
cdef cython.list body

cdef _buffer(self)

Expand Down

0 comments on commit 9fb4440

Please sign in to comment.