coroutine asyncio.sleep(delay, result=None, *, loop=None) Create a coroutine that completes after a given time
getopt.getopt(args, shortopts, longopts=[]) Parses command line options and parameter list. args is the argument list
theme_create(themename, parent=None, settings=None) Create a new theme. It is an error if themename
sys.implementation An object containing information about the implementation of the currently running Python interpreter. The
read([size]) Read and return size bytes, or if size is not given or negative, until EOF or if the read call
ast.fix_missing_locations(node) When you compile a node tree with
dis.show_code(x, *, file=None) Print detailed code object information for the supplied function, method, source code string
class tkinter.tix.Tk(screenName=None, baseName=None, className='Tix') Toplevel widget of Tix which represents mostly the main
fma(x, y, z) Returns x multiplied by y, plus z.
pdb.pm() Enter post-mortem debugging of the traceback found in
Page 92 of 100