ftplib.FTP.set_pasv()
  • References/Python/Python/Internet

FTP.set_pasv(boolean) Enable “passive” mode if boolean is true, other disable passive mode. Passive mode is on by default

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

class urllib.request.HTTPCookieProcessor(cookiejar=None) A class to handle HTTP Cookies.

2025-01-10 15:47:30
http.cookiejar.DefaultCookiePolicy.rfc2109_as_netscape
  • References/Python/Python/Internet

DefaultCookiePolicy.rfc2109_as_netscape If true, request that the CookieJar instance downgrade RFC 2109 cookies

2025-01-10 15:47:30
socketserver.BaseServer.server_activate()
  • References/Python/Python/Internet

server_activate() Called by the server’s constructor to activate the server. The default behavior for a TCP server just invokes

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

NNTP.login(user=None, password=None, usenetrc=True) Send AUTHINFO commands with the user name and password. If

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

class urllib.request.HTTPDigestAuthHandler(password_mgr=None) Handle authentication with the remote host. password_mgr

2025-01-10 15:47:30
http.cookiejar.FileCookieJar.filename
  • References/Python/Python/Internet

FileCookieJar.filename Filename of default file in which to keep cookies. This attribute may be assigned to.

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

NNTP.slave() Send a SLAVE command. Return the server’s response.

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

compare_networks(other) Refer to the corresponding attribute documentation in IPv4Network

2025-01-10 15:47:30
http.cookies.Morsel.key
  • References/Python/Python/Internet

Morsel.key The name of the cookie. Deprecated

2025-01-10 15:47:30