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
curses.resetty() Restore the state of the terminal modes to what it was at the last call to savetty().
Packer.pack_float(value) Packs the single-precision floating point number value.
Page 70 of 100