cgi.print_environ()

cgi.print_environ() Format the shell environment in HTML.

set.intersection()

intersection(other, ...) set & other & ... Return a new set with elements common to the set and all others.

importlib.machinery.FileFinder.find_loader()

find_loader(fullname) Attempt to find the loader to handle fullname within path.

ctypes.memmove()

ctypes.memmove(dst, src, count) Same as the standard C memmove library function: copies count bytes from src to dst. dst and src must be integers or ctypes instances that can be converted to pointers.

ssl.PROTOCOL_SSLv2

ssl.PROTOCOL_SSLv2 Selects SSL version 2 as the channel encryption protocol. This protocol is not available if OpenSSL is compiled with the OPENSSL_NO_SSL2 flag. Warning SSL version 2 is insecure. Its use is highly discouraged.

select.epoll.closed

epoll.closed True if the epoll object is closed.

decimal.Context.number_class()

number_class(x) Returns an indication of the class of x.

xml.sax.handler.ErrorHandler.fatalError()

ErrorHandler.fatalError(exception) Called when the parser encounters an error it cannot recover from; parsing is expected to terminate when this method returns.

urllib.request.ProxyDigestAuthHandler

class urllib.request.ProxyDigestAuthHandler(password_mgr=None) Handle authentication with the proxy. password_mgr, if given, should be something that is compatible with HTTPPasswordMgr; refer to section HTTPPasswordMgr Objects for information on the interface that must be supported.

subprocess.TimeoutExpired.timeout

timeout Timeout in seconds.