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

FTP.mkd(pathname) Create a new directory on the server.

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

urllib.parse.urljoin(base, url, allow_fragments=True) Construct a full (“absolute”) URL by combining a “base URL” (base)

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

class urllib.request.BaseHandler This is the base class for all registered handlers — and handles only the simple mechanics

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

FTP.retrbinary(cmd, callback, blocksize=8192, rest=None) Retrieve a file in binary transfer mode. cmd should be an

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

num_addresses

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

sixtofour For addresses that appear to be 6to4 addresses (starting with 2002::/16) as defined by

2025-01-10 15:47:30
http.server.CGIHTTPRequestHandler
  • References/Python/Python/Internet

class http.server.CGIHTTPRequestHandler(request, client_address, server) This class is used to serve either files or output

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.log_request()
  • References/Python/Python/Internet

log_request(code='-', size='-') Logs an accepted (successful) request. code should specify the numeric HTTP code associated

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

CookieJar.add_cookie_header(request) Add correct Cookie header to request.

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

POP3.uidl(which=None) Return message digest (unique id) list. If which is specified, result contains the unique id

2025-01-10 15:47:30