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
fileinput.hook_compressed()
  • References/Python/Python/File & Directory Access

fileinput.hook_compressed(filename, mode) Transparently opens files compressed with gzip and bzip2 (recognized by the extensions

2025-01-10 15:47:30
tarfile.TarFile.extractall()
  • References/Python/Python/Data Compression

TarFile.extractall(path=".", members=None, *, numeric_owner=False) Extract all members from the archive to the current working

2025-01-10 15:47:30
cmd.Cmd.cmdqueue
  • References/Python/Python/Frameworks

Cmd.cmdqueue A list of queued input lines. The cmdqueue list is checked in cmdloop() when new input is needed;

2025-01-10 15:47:30
types.GetSetDescriptorType
  • References/Python/Python/Data Types

types.GetSetDescriptorType The type of objects defined in extension modules with PyGetSetDef, such as FrameType

2025-01-10 15:47:30
xml.dom.Element.setAttribute()
  • References/Python/Python/Structured Markup

Element.setAttribute(name, value) Set an attribute value from a string.

2025-01-10 15:47:30
asyncore.dispatcher.recv()
  • References/Python/Python/Networking

recv(buffer_size) Read at most buffer_size bytes from the socket’s remote end-point. An empty bytes object implies

2025-01-10 15:47:30
asyncio.Lock
  • References/Python/Python/Inputouput

class asyncio.Lock(*, loop=None) Primitive lock objects. A primitive lock is a synchronization

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

sqlite3.sqlite_version_info The version number of the run-time SQLite library, as a tuple of integers.

2025-01-10 15:47:30
zipimport.zipimporter.get_source()
  • References/Python/Python/Importing

get_source(fullname) Return the source code for the specified module. Raise ZipImportError if the module couldn’t

2025-01-10 15:47:30