os.initgroups()
  • References/Python/Python/Operating System

os.initgroups(username, gid) Call the system initgroups() to initialize the group access list with all of the groups of which

2025-01-10 15:47:30
winsound.MessageBeep()
  • References/Python/Python/MS Windows

winsound.MessageBeep(type=MB_OK) Call the underlying MessageBeep() function from the Platform API. This plays a

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

ctypes.util.find_msvcrt() Windows only: return the filename of the VC runtime library used by Python, and by the extension modules

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

ArgumentParser.add_argument(name or flags...[, action][, nargs][, const][, default][, type][, choices][, required][, help][, metavar][, dest])

2025-01-10 15:47:30
typing.Union
  • References/Python/Python/Development Tools

class typing.Union Union type; Union[X, Y] means either X or Y. To define a union

2025-01-10 15:47:30
turtle.onscreenclick()
  • References/Python/Python/Frameworks

turtle.onscreenclick(fun, btn=1, add=None)

2025-01-10 15:47:30
hashlib.hash.block_size
  • References/Python/Python/Cryptography

hash.block_size The internal block size of the hash algorithm in bytes.

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

os.confstr(name) Return string-valued system configuration values. name specifies the configuration value to retrieve;

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

normalize(context=None) Normalize the number by stripping the rightmost trailing zeros and converting any result equal to

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

curses.is_term_resized(nlines, ncols) Return True if resize_term() would modify the window structure

2025-01-10 15:47:30