curses.resetty() Restore the state of the terminal modes to what it was at the last call to savetty().
readline.add_history(line) Append line to the history buffer, as if it was the last line typed. This calls add_history()
finish_request() Actually processes the request by instantiating RequestHandlerClass and calling its handle()
operator.floordiv(a, b) operator.__floordiv__(a, b) Return a // b.
class urllib.request.HTTPCookieProcessor(cookiejar=None) A class to handle HTTP Cookies.
is_zero(x) Returns True if x is a zero; otherwise returns False.
findall(match, namespaces=None) Same as Element.findall(), starting at the root of the tree.
filename The name of the file that this DocTest was extracted from; or None if the filename is unknown
exit(code=None) Objects that when printed, print a message like “Use quit() or Ctrl-D (i.e. EOF) to exit”, and when called,
write(b) Write the given bytes-like object, b, and return the number of bytes
Page 3 of 100