We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816c091 commit 39c4005Copy full SHA for 39c4005
1 file changed
src/zeroconf/_services/info.pxd
@@ -74,7 +74,7 @@ cdef class ServiceInfo(RecordUpdateListener):
74
@cython.locals(length="unsigned char", index="unsigned int", key_value=bytes, key_sep_value=tuple)
75
cdef void _unpack_text_into_properties(self)
76
77
- cdef _set_properties(self, cython.dict properties)
+ cpdef _set_properties(self, cython.dict properties)
78
79
cdef _set_text(self, cython.bytes text)
80
0 commit comments