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

os.unlink(path, *, dir_fd=None) Remove (delete) the file path. This function is semantically identical to remove();

2025-01-10 15:47:30
operator.
  • References/Python/Python/Functional Programming

operator.__iconcat__(a, b) a = iconcat(a, b) is equivalent to a += b for a and b

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

curses.raw() Enter raw mode. In raw mode, normal line buffering and processing of interrupt, quit, suspend, and flow control

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

ctypes.DllGetClassObject() Windows only: This function is a hook which allows implementing in-process COM servers with ctypes

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

window.clear() Like erase(), but also cause the whole window to be repainted upon next call to refresh()

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

is_canonical(x) Returns True if x is canonical; otherwise returns False.

2025-01-10 15:47:30
math.acosh()
  • References/Python/Python/Numeric & Mathematical

math.acosh(x) Return the inverse hyperbolic cosine of x.

2025-01-10 15:47:30
wave.Wave_read.setpos()
  • References/Python/Python/Multimedia

Wave_read.setpos(pos) Set the file pointer to the specified position.

2025-01-10 15:47:30
select.kevent.ident
  • References/Python/Python/Inputouput

kevent.ident Value used to identify the event. The interpretation depends on the filter but it’s usually the file descriptor

2025-01-10 15:47:30
mailbox.Maildir.add()
  • References/Python/Python/Internet Data

add(message) __setitem__(key, message) update(arg)

2025-01-10 15:47:30