discard(key) Delete the message corresponding to key from the mailbox. If no such message
binascii.rlecode_hqx(data) Perform binhex4 style RLE-compression on data and return the result.
operator.ipow(a, b) operator.__ipow__(a, b) a = ipow(a, b) is equivalent to a **= b.
@typing.no_type_check_decorator(decorator) Decorator to give another decorator the no_type_check() effect.
math.trunc(x) Return the
cgi.parse_multipart(fp, pdict) Parse input of type multipart/form-data (for file uploads). Arguments
exception xml.dom.InvalidAccessErr Raised if a parameter or an operation is not supported on the underlying object.
turtle.mainloop() turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement
html.entities.entitydefs A dictionary mapping XHTML 1.0 entity definitions to their replacement text in ISO Latin-1.
class traceback.FrameSummary(filename, lineno, name, lookup_line=True, locals=None, line=None) Represent a single frame in the
Page 69 of 100