cgi.parse_multipart()
  • References/Python/Python/Internet

cgi.parse_multipart(fp, pdict) Parse input of type multipart/form-data (for file uploads). Arguments

2025-01-10 15:47:30
xmlrpc.server.SimpleXMLRPCRequestHandler.rpc_paths
  • References/Python/Python/Internet

SimpleXMLRPCRequestHandler.rpc_paths An attribute value that must be a tuple listing valid path portions of the URL for receiving

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

FileHandler.file_open(req) Open the file locally, if there is no host name, or the host name is 'localhost'.

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

Morsel.isReservedKey(K) Whether K is a member of the set of keys of a Morsel.

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

send_response_only(code, message=None) Sends the response header only, used for the purposes when 100 Continue

2025-01-10 15:47:30
xmlrpc.client.ProtocolError.errmsg
  • References/Python/Python/Internet

errmsg The error message or diagnostic string.

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

NNTP.description(group) Get a description for a single group group. If more than one group matches (if ‘group’ is a

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

DefaultCookiePolicy.set_blocked_domains(blocked_domains) Set the sequence of blocked domains.

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

exception nntplib.NNTPError Derived from the standard exception

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

setup() Called before the handle() method to perform any initialization actions required. The default implementation

2025-01-10 15:47:30