ipaddress.ip_interface()
  • References/Python/Python/Internet

ipaddress.ip_interface(address) Return an IPv4Interface or IPv6Interface object depending on the IP

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

urllib.request.build_opener([handler, ...]) Return an OpenerDirector instance, which chains the handlers in the

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

imaplib.ParseFlags(flagstr) Converts an IMAP4 FLAGS response to a tuple of individual flags.

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
nntplib.NNTP.group()
  • References/Python/Python/Internet

NNTP.group(name) Send a GROUP command, where name is the group name. The group is selected as the current

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

Request.add_unredirected_header(key, header) Add a header that will not be added to a redirected request.

2025-01-10 15:47:30
http.cookiejar.CookiePolicy.path_return_ok()
  • References/Python/Python/Internet

CookiePolicy.path_return_ok(path, request) Return false if cookies should not be returned, given cookie path.

2025-01-10 15:47:30
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
wsgiref.util.guess_scheme()
  • References/Python/Python/Internet

wsgiref.util.guess_scheme(environ) Return a guess for whether wsgi.url_scheme should be “http” or “https”, by checking

2025-01-10 15:47:30
telnetlib.Telnet.read_sb_data()
  • References/Python/Python/Internet

Telnet.read_sb_data() Return the data collected between a SB/SE pair (suboption begin/end). The callback should access these

2025-01-10 15:47:30