mailbox.Maildir.add()
  • References/Python/Python/Internet Data

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

2025-01-10 15:47:30
mimetypes.MimeTypes.types_map_inv
  • References/Python/Python/Internet Data

MimeTypes.types_map_inv Tuple containing two dictionaries, mapping MIME types to a list of filename extensions: the first dictionary

2025-01-10 15:47:30
asyncio.StreamWriter.write_eof()
  • References/Python/Python/Inputouput

write_eof() Close the write end of the transport after flushing buffered data: see

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

epoll.closed True if the epoll object is closed.

2025-01-10 15:47:30
db.transaction.clean_savepoints()
  • References/Python/Django/Guides

clean_savepoints(using=None) [source] Resets the counter used to generate unique savepoint

2025-01-10 15:47:30
dis.Bytecode.from_traceback()
  • References/Python/Python/Language

classmethod from_traceback(tb) Construct a Bytecode instance from the given traceback, setting current_offset

2025-01-10 15:47:30
codecs.ignore_errors()
  • References/Python/Python/Binary Data

codecs.ignore_errors(exception) Implements the 'ignore' error handling: malformed data is ignored and encoding

2025-01-10 15:47:30
encodings.idna.nameprep()
  • References/Python/Python/Binary Data

encodings.idna.nameprep(label) Return the nameprepped version of label. The implementation currently assumes query

2025-01-10 15:47:30
core.paginator.Paginator.page_range
  • References/Python/Django/Guides

Paginator.page_range A 1-based range iterator of page numbers, e.g. yielding [1, 2, 3, 4].

2025-01-10 15:47:30
threading.Semaphore.acquire()
  • References/Python/Python/Concurrent Execution

acquire(blocking=True, timeout=None) Acquire a semaphore. When invoked without arguments: if

2025-01-10 15:47:30