symtable.Symbol.is_parameter()

is_parameter() Return True if the symbol is a parameter.

email.headerregistry.ContentTypeHeader.subtype

subtype

socketserver.BaseServer.server_close()

server_close() Clean up the server. May be overridden.

UnicodeError.start

start The first index of invalid data in object.

tarfile.TarInfo.size

TarInfo.size Size in bytes.

base64.standard_b64encode()

base64.standard_b64encode(s) Encode bytes-like object s using the standard Base64 alphabet and return the encoded bytes.

ossaudiodev.oss_mixer_device.get()

oss_mixer_device.get(control) Returns the volume of a given mixer control. The returned volume is a 2-tuple (left_volume,right_volume). Volumes are specified as numbers from 0 (silent) to 100 (full volume). If the control is monophonic, a 2-tuple is still returned, but both volumes are the same. Raises OSSAudioError if an invalid control is specified, or OSError if an unsupported control is specified.

sqlite3.Connection.interrupt()

interrupt() You can call this method from a different thread to abort any queries that might be executing on the connection. The query will then abort and the caller will get an exception.

faulthandler.is_enabled()

faulthandler.is_enabled() Check if the fault handler is enabled.

turtle.setup()

turtle.setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_CFG["topbottom"]) Set the size and position of the main window. Default values of arguments are stored in the configuration dictionary and can be changed via a turtle.cfg file. Parameters: width – if an integer, a size in pixels, if a float, a fraction of the screen; default is 50% of screen height – if an integer, the height in pixels, if a float, a fraction of the screen; default is 75% of screen