uuid.UUID.version
  • References/Python/Python/Internet

UUID.version The UUID version number (1 through 5, meaningful only when the variant is RFC_4122).

2025-01-10 15:47:30
http.client.responses
  • References/Python/Python/Internet

http.client.responses This dictionary maps the HTTP 1.1 status codes to the W3C names. Example:

2025-01-10 15:47:30
http.client.UnknownProtocol
  • References/Python/Python/Internet

exception http.client.UnknownProtocol A subclass of HTTPException.

2025-01-10 15:47:30
ipaddress.IPv6Network.compressed
  • References/Python/Python/Internet

compressed

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.sendfile()
  • References/Python/Python/Internet

sendfile() Override to implement platform-specific file transmission. This method is called only if the application’s return

2025-01-10 15:47:30
imaplib.IMAP4.create()
  • References/Python/Python/Internet

IMAP4.create(mailbox) Create new mailbox named mailbox.

2025-01-10 15:47:30
ipaddress.IPv6Network.is_loopback
  • References/Python/Python/Internet

is_loopback

2025-01-10 15:47:30
ipaddress.IPv4Address.is_unspecified
  • References/Python/Python/Internet

is_unspecified True if the address is unspecified. See

2025-01-10 15:47:30
ipaddress.IPv4Network.is_unspecified
  • References/Python/Python/Internet

is_unspecified

2025-01-10 15:47:30
urllib.request.AbstractBasicAuthHandler
  • References/Python/Python/Internet

class urllib.request.AbstractBasicAuthHandler(password_mgr=None) This is a mixin class that helps with HTTP authentication,

2025-01-10 15:47:30