asyncio.sleep()
  • References/Python/Python/Inputouput

coroutine asyncio.sleep(delay, result=None, *, loop=None) Create a coroutine that completes after a given time

2025-01-10 15:47:30
getopt.getopt()
  • References/Python/Python/Operating System

getopt.getopt(args, shortopts, longopts=[]) Parses command line options and parameter list. args is the argument list

2025-01-10 15:47:30
tkinter.ttk.Style.theme_create()
  • References/Python/Python/Tk

theme_create(themename, parent=None, settings=None) Create a new theme. It is an error if themename

2025-01-10 15:47:30
sys.implementation
  • References/Python/Python/Runtime

sys.implementation An object containing information about the implementation of the currently running Python interpreter. The

2025-01-10 15:47:30
io.BufferedReader.read()
  • References/Python/Python/Operating System

read([size]) Read and return size bytes, or if size is not given or negative, until EOF or if the read call

2025-01-10 15:47:30
ast.fix_missing_locations()
  • References/Python/Python/Language

ast.fix_missing_locations(node) When you compile a node tree with

2025-01-10 15:47:30
dis.show_code()
  • References/Python/Python/Language

dis.show_code(x, *, file=None) Print detailed code object information for the supplied function, method, source code string

2025-01-10 15:47:30
tkinter.tix.Tk
  • References/Python/Python/Tk

class tkinter.tix.Tk(screenName=None, baseName=None, className='Tix') Toplevel widget of Tix which represents mostly the main

2025-01-10 15:47:30
decimal.Context.fma()
  • References/Python/Python/Numeric & Mathematical

fma(x, y, z) Returns x multiplied by y, plus z.

2025-01-10 15:47:30
pdb.pm()
  • References/Python/Python/Debugging & Profiling

pdb.pm() Enter post-mortem debugging of the traceback found in

2025-01-10 15:47:30