asyncio.Condition.acquire()
  • References/Python/Python/Inputouput

coroutine acquire() Acquire the underlying lock. This method blocks until the lock is unlocked

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
operator.
  • References/Python/Python/Functional Programming

operator.__eq__(a, b) operator.__ne__(a, b) operator.__ge__(a, b) operator

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

get_pipe_transport(fd) Return the transport for the communication pipe corresponding to the integer file descriptor fd:

2025-01-10 15:47:30
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
select.epoll.closed
  • References/Python/Python/Inputouput

epoll.closed True if the epoll object is closed.

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