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

os.WCOREDUMP(status) Return True if a core dump was generated for the process, otherwise return False

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
ctypes.WinError()
  • References/Python/Python/Operating System

ctypes.WinError(code=None, descr=None) Windows only: this function is probably the worst-named thing in ctypes. It creates an

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

os.listdir(path='.') Return a list containing the names of the entries in the directory given by path. The list is

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

curses.mouseinterval(interval) Set the maximum time in milliseconds that can elapse between press and release events in order

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

class ctypes._Pointer Private, abstract base class for pointers. Concrete pointer types are

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

curses.savetty() Save the current state of the terminal modes in a buffer, usable by resetty().

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

os.isatty(fd) Return True if the file descriptor fd is open and connected to a tty(-like) device, else

2025-01-10 15:47:30
ctypes.c_bool
  • References/Python/Python/Operating System

class ctypes.c_bool Represent the C bool datatype (more accurately, _Bool from C99). Its value can

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

platform.popen(cmd, mode='r', bufsize=-1) Portable popen() interface. Find a working popen implementation preferring

2025-01-10 15:47:30