HTTPResponse.version HTTP protocol version used by server. 10 for HTTP/1.0, 11 for HTTP/1.1.
readline.add_history(line) Append line to the history buffer, as if it was the last line typed. This calls add_history()
exception queue.Full Exception raised when non-blocking put() (or put_nowait()) is called on a Queue
class threading.RLock This class implements reentrant lock objects. A reentrant lock must be released by the thread that acquired
traceback.format_exception_only(etype, value) Format the exception part of a traceback. The arguments are the exception type
traceback.format_list(extracted_list) Given a list of tuples as returned by extract_tb() or extract_stack()
turtle.bgpic(picname=None)
types.GeneratorType The type of generator-iterator objects, created by generator functions
TarFile.extractall(path=".", members=None, *, numeric_owner=False) Extract all members from the archive to the current working
setstate(state) Set the state of the encoder to state. state must be a decoder state returned by getstate()
Page 68 of 100