ipaddress.IPv4Network.hosts()
  • References/Python/Python/Internet

hosts() Returns an iterator over the usable hosts in the network. The usable hosts are all the IP addresses that belong to the

2025-01-10 15:47:30
urllib.request.FancyURLopener.prompt_user_passwd()
  • References/Python/Python/Internet

prompt_user_passwd(host, realm) Return information needed to authenticate the user at the given host in the specified security

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

IMAP4.fetch(message_set, message_parts) Fetch (parts of) messages. message_parts should be a string of message part

2025-01-10 15:47:30
socketserver.BaseServer.server_activate()
  • References/Python/Python/Internet

server_activate() Called by the server’s constructor to activate the server. The default behavior for a TCP server just invokes

2025-01-10 15:47:30
http.cookies.BaseCookie.js_output()
  • References/Python/Python/Internet

BaseCookie.js_output(attrs=None) Return an embeddable JavaScript snippet, which, if run on a browser which supports JavaScript

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

class ipaddress.IPv6Address(address) Construct an IPv6 address. An AddressValueError is raised if address

2025-01-10 15:47:30
ftplib.error_proto
  • References/Python/Python/Internet

exception ftplib.error_proto Exception raised when a reply is received from the server that does not fit the response specifications

2025-01-10 15:47:30
uuid.UUID.int
  • References/Python/Python/Internet

UUID.int The UUID as a 128-bit integer.

2025-01-10 15:47:30
http.cookies.Morsel.key
  • References/Python/Python/Internet

Morsel.key The name of the cookie. Deprecated

2025-01-10 15:47:30
urllib.request.HTTPPasswordMgrWithPriorAuth.is_authenticated()
  • References/Python/Python/Internet

HTTPPasswordMgrWithPriorAuth.is_authenticated(self, authuri) Returns the current state of the is_authenticated

2025-01-10 15:47:30