We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f22f88 commit 05a0d47Copy full SHA for 05a0d47
1 file changed
src/zeroconf/_utils/ipaddress.pxd
@@ -1,13 +1,16 @@
1
-cdef bint TYPE_CHECKING
2
-
3
from .._dns cimport DNSAddress
4
+cdef bint TYPE_CHECKING
+
5
6
cpdef get_ip_address_object_from_record(DNSAddress record)
7
8
9
@cython.locals(address_str=str)
10
cpdef str_without_scope_id(object addr)
11
12
13
cpdef ip_bytes_and_scope_to_address(object addr, object scope_id)
14
15
16
cdef object cached_ip_addresses_wrapper
0 commit comments