http.cookies.Morsel.update()
  • References/Python/Python/Internet

Morsel.update(values) Update the values in the Morsel dictionary with the values in the dictionary values. Raise an

2025-01-10 15:47:30
wsgiref.util.application_uri()
  • References/Python/Python/Internet

wsgiref.util.application_uri(environ) Similar to request_uri(), except that the PATH_INFO and

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

network_address The network address for the network. The network address and the prefix length together uniquely define a network

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

class urllib.request.HTTPHandler A class to handle opening of HTTP URLs.

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

class uuid.UUID(hex=None, bytes=None, bytes_le=None, fields=None, int=None, version=None) Create a UUID from either a string

2025-01-10 15:47:30
http.server.SimpleHTTPRequestHandler.do_HEAD()
  • References/Python/Python/Internet

do_HEAD() This method serves the 'HEAD' request type: it sends the headers it would send for the equivalent GET

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

exception ftplib.error_perm Exception raised when an error code signifying a permanent error (response codes in the range 500–599)

2025-01-10 15:47:30
xmlrpc.client.Fault.faultCode
  • References/Python/Python/Internet

faultCode A string indicating the fault type.

2025-01-10 15:47:30
nntplib.NNTP.getcapabilities()
  • References/Python/Python/Internet

NNTP.getcapabilities() Return the

2025-01-10 15:47:30
poplib.POP3.rset()
  • References/Python/Python/Internet

POP3.rset() Remove any deletion marks for the mailbox.

2025-01-10 15:47:30