asyncio.AbstractEventLoop.remove_writer()
  • References/Python/Python/Inputouput

AbstractEventLoop.remove_writer(fd) Stop watching the file descriptor for write availability.

2025-01-10 15:47:30
tkinter.tix.Control
  • References/Python/Python/Tk

class tkinter.tix.Control The

2025-01-10 15:47:30
datetime.date.isocalendar()
  • References/Python/Python/Data Types

date.isocalendar() Return a 3-tuple, (ISO year, ISO week number, ISO weekday). The ISO calendar

2025-01-10 15:47:30
ConnectionError
  • References/Python/Python/Built-in Exceptions

exception ConnectionError A base class for connection-related issues. Subclasses are

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

select.PIPE_BUF The minimum number of bytes which can be written without blocking to a pipe when the pipe has been reported

2025-01-10 15:47:30
socket.timeout
  • References/Python/Python/Networking

exception socket.timeout A subclass of

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

class smtpd.PureProxy(localaddr, remoteaddr) Create a new pure proxy server. Arguments are as per SMTPServer. Everything

2025-01-10 15:47:30
sqlite3.Connection.total_changes
  • References/Python/Python/Data Persistence

total_changes Returns the total number of database rows that have been modified, inserted, or deleted since the database connection

2025-01-10 15:47:30
sqlite3.Cursor.fetchone()
  • References/Python/Python/Data Persistence

fetchone() Fetches the next row of a query result set, returning a single sequence, or

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

union(other, ...) set | other | ... Return a new set with elements from the set and all others.

2025-01-10 15:47:30