Skip to content

Commit

Permalink
feat: small speed up to unpack_variants (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 28, 2022
1 parent 3c773e1 commit 3c164a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dbus_fast/unpack.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import cython


cdef object Variant

cpdef unpack_variants(object data)

cdef _unpack_variants(object data)

0 comments on commit 3c164a9

Please sign in to comment.