wsgiref.handlers.BaseHandler.
  • References/Python/Python/Internet

_flush() Force buffered data to be transmitted to the client. It’s okay if this method is a no-op (i.e., if _write()

2025-01-10 15:47:30
urllib.robotparser.RobotFileParser.modified()
  • References/Python/Python/Internet

modified() Sets the time the robots.txt file was last fetched to the current time.

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

with_netmask A string representation of the network, with the mask in net mask notation.

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

BaseCookie.output(attrs=None, header='Set-Cookie:', sep='\r\n') Return a string representation suitable to be sent as HTTP headers

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
ipaddress.IPv4Interface.with_netmask
  • References/Python/Python/Internet

with_netmask A string representation of the interface with the network as a net mask.

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

NNTP.set_debuglevel(level) Set the instance’s debugging level. This controls the amount of debugging output printed. The default

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

IMAP4.login(user, password) Identify the client using a plaintext password. The password will be quoted.

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

NNTP.ihave(message_id, data) Send an IHAVE command. message_id is the id of the message to send to the

2025-01-10 15:47:30