acquire(blocking=True, timeout=None) Acquire a semaphore. When invoked without arguments: if
fileinput.hook_compressed(filename, mode) Transparently opens files compressed with gzip and bzip2 (recognized by the extensions
TarFile.extractall(path=".", members=None, *, numeric_owner=False) Extract all members from the archive to the current working
Cmd.cmdqueue A list of queued input lines. The cmdqueue list is checked in cmdloop() when new input is needed;
types.GetSetDescriptorType The type of objects defined in extension modules with PyGetSetDef, such as FrameType
Element.setAttribute(name, value) Set an attribute value from a string.
recv(buffer_size) Read at most buffer_size bytes from the socket’s remote end-point. An empty bytes object implies
class asyncio.Lock(*, loop=None) Primitive lock objects. A primitive lock is a synchronization
sqlite3.sqlite_version_info The version number of the run-time SQLite library, as a tuple of integers.
get_source(fullname) Return the source code for the specified module. Raise ZipImportError if the module couldn’t
Page 23 of 100