Add stubs for netaddr (#9431)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
hamdanal
2023-01-07 16:22:09 +00:00
committed by GitHub
co-authored by Alex Waygood
parent 64e02a05c2
commit 2c9816e788
22 changed files with 757 additions and 0 deletions
@@ -0,0 +1,16 @@
# Error: is not present in stub
# =============================
netaddr.core.a # This is a temporary module attribute used to detect python version
# These are unnecessary re-exports
netaddr.ip.INET_PTON
netaddr.ip.N
netaddr.ip.NOHOST
netaddr.ip.P
netaddr.ip.Z
netaddr.ip.ZEROFILL
# Error: is not present at runtime
# ================================
netaddr.ip.iana.XMLRecordParser.__getattr__ # __init__ has `self.__dict__.update(kwargs)`