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

os.sched_get_priority_max(policy) Get the maximum priority value for policy. policy is one of the scheduling

2025-01-10 15:47:30
smtpd.SMTPChannel.received_lines
  • References/Python/Python/Internet

received_lines Holds a list of the line strings (decoded using UTF-8) received from the client. The lines have their "\r\n"

2025-01-10 15:47:30
unittest.TestResult.tb_locals
  • References/Python/Python/Development Tools

tb_locals If set to true then local variables will be shown in tracebacks.

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

min(other, context=None) Like min(self, other) except that the context rounding rule is applied before returning

2025-01-10 15:47:30
email.headerregistry.BaseHeader.max_count
  • References/Python/Python/Internet Data

max_count The maximum number of headers of this type that can have the same name. A value of None

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

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

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

aifc.getnframes() Return the number of audio frames in the file.

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

curses.ungetch(ch) Push ch so the next getch() will return it.

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

copy_decimal(num) Return a copy of the Decimal instance num.

2025-01-10 15:47:30
tarfile.TarInfo.type
  • References/Python/Python/Data Compression

TarInfo.type File type. type is usually one of these constants: REGTYPE, AREGTYPE, LNKTYPE

2025-01-10 15:47:30