ipaddress.IPv4Address.is_unspecified
  • References/Python/Python/Internet

is_unspecified True if the address is unspecified. See

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

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

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

AbstractBasicAuthHandler.http_error_auth_reqed(authreq, host, req, headers) Handle an authentication request by getting a user/password

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

NNTP.getwelcome() Return the welcome message sent by the server in reply to the initial connection. (This message sometimes

2025-01-10 15:47:30
smtplib.LMTP
  • References/Python/Python/Internet

class smtplib.LMTP(host='', port=LMTP_PORT, local_hostname=None, source_address=None) The LMTP protocol, which is very similar

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

class nntplib.NNTP(host, port=119, user=None, password=None, readermode=None, usenetrc=False[, timeout]) Return a new NNTP

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

class poplib.POP3(host, port=POP3_PORT[, timeout]) This class implements the actual POP3 protocol. The connection is created

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

Telnet.expect(list, timeout=None) Read until one from a list of a regular expressions matches. The

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

FTP.dir(argument[, ...]) Produce a directory listing as returned by the LIST command, printing it to standard output

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

BaseCookie.load(rawdata) If rawdata is a string, parse it as an HTTP_COOKIE and add the values found there

2025-01-10 15:47:30