mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Add stubs for netaddr (#9431)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -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)`
|
||||
Reference in New Issue
Block a user