urllib.request.URLopener.version
  • References/Python/Python/Internet

version Variable that specifies the user agent of the opener object. To get

2025-01-10 15:47:30
smtplib.SMTP.has_extn()
  • References/Python/Python/Internet

SMTP.has_extn(name) Return

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

address_exclude(network) Computes the network definitions resulting from removing the given network from this one.

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

wsgi_run_once The value to be used for the wsgi.run_once environment variable. It defaults to false in BaseHandler

2025-01-10 15:47:30
ftplib.FTP.delete()
  • References/Python/Python/Internet

FTP.delete(filename) Remove the file named filename from the server. If successful, returns the text of the response

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

IMAP4.noop() Send NOOP to server.

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

POP3.list([which]) Request message list, result is in the form (response, ['mesg_num octets', ...], octets). If

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

packed

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

prefixlen

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

urllib.request.urlopen(url, data=None, [timeout, ]*, cafile=None, capath=None, cadefault=False, context=None) Open the URL url

2025-01-10 15:47:30