tty.setraw()
  • References/Python/Python/Unix

tty.setraw(fd, when=termios.TCSAFLUSH) Change the mode of the file descriptor fd to raw. If when is omitted

2025-01-10 15:47:30
audioop.rms()
  • References/Python/Python/Multimedia

audioop.rms(fragment, width) Return the root-mean-square of the fragment, i.e. sqrt(sum(S_i^2)/n).

2025-01-10 15:47:30
aifc.aifc.getparams()
  • References/Python/Python/Multimedia

aifc.getparams() Returns a

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

set_trace() See the documentation for the functions explained above.

2025-01-10 15:47:30
set
  • References/Python/Python/Built-in Types

class set([iterable]) class frozenset([iterable]) Return a new set or frozenset object whose elements are taken

2025-01-10 15:47:30
http.cookiejar.CookiePolicy.netscape
  • References/Python/Python/Internet

CookiePolicy.netscape Implement Netscape protocol.

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

unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()

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

turtle.screensize(canvwidth=None, canvheight=None, bg=None)

2025-01-10 15:47:30
cmd.Cmd.identchars
  • References/Python/Python/Frameworks

Cmd.identchars The string of characters accepted for the command prefix.

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

statistics.mean(data) Return the sample arithmetic mean of data, a sequence or iterator of real-valued numbers.

2025-01-10 15:47:30