wsgiref.handlers.BaseHandler.setup_environ()

setup_environ() Set the environ attribute to a fully-populated WSGI environment. The default implementation uses

2016-10-07 17:47:29
imaplib.IMAP4.unsubscribe()

IMAP4.unsubscribe(mailbox) Unsubscribe from old mailbox.

2016-10-07 17:34:27
ipaddress.IPv4Network.exploded

exploded A string representation of the network, with the mask in prefix notation. with_prefixlen

2016-10-07 17:35:30
wsgiref.handlers.BaseHandler.wsgi_multithread

wsgi_multithread The value to be used for the wsgi.multithread environment variable. It defaults to true in

2016-10-07 17:47:30
http.server.CGIHTTPRequestHandler

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

2016-10-07 17:34:17
poplib.POP3.uidl()

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

2016-10-07 17:40:53
telnetlib.Telnet.read_all()

Telnet.read_all() Read all data until EOF as bytes; block until connection closed.

2016-10-07 17:44:17
ftplib.FTP.retrbinary()

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

2016-10-07 17:33:22
uuid.uuid1()

uuid.uuid1(node=None, clock_seq=None) Generate a UUID from a host ID, sequence number, and the current time. If node

2016-10-07 17:47:09
ftplib.FTP.storbinary()

FTP.storbinary(cmd, fp, blocksize=8192, callback=None, rest=None) Store a file in binary transfer mode. cmd should

2016-10-07 17:33:23