turtle.onkey()
  • References/Python/Python/Frameworks

turtle.onkey(fun, key) turtle.onkeyrelease(fun, key)

2025-01-10 15:47:30
stat.S_ISREG()
  • References/Python/Python/File & Directory Access

stat.S_ISREG(mode) Return non-zero if the mode is from a regular file.

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
asyncio.BaseProtocol.resume_writing()
  • References/Python/Python/Inputouput

BaseProtocol.resume_writing() Called when the transport’s buffer drains below the low-water mark.

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
aifc.aifc.tell()
  • References/Python/Python/Multimedia

aifc.tell() Return the current frame number.

2025-01-10 15:47:30
db.models.Model.get_previous_by_FOO()
  • References/Python/Django/API/Models/Model instance reference

Model.get_previous_by_FOO(**kwargs) For every

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
curses.ascii.isascii()
  • References/Python/Python/Operating System

curses.ascii.isascii(c) Checks for a character value that fits in the 7-bit ASCII set.

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin.get_ordering()
  • References/Python/Django/API/Multiple object mixins

get_ordering() Returns a string (or iterable of strings) that defines the ordering that will be applied to the queryset

2025-01-10 15:47:30