broken A boolean that is True if the barrier is in the broken state.
class typing.Iterator(Iterable[T_co]) A generic version of the collections.abc.Iterator.
oss_audio_device.obufcount() Returns the number of samples that are in the hardware buffer yet to be played.
socket.getdefaulttimeout() Return the default timeout in seconds (float) for new socket objects. A value of None indicates that new socket objects have no timeout. When the socket module is first imported, the default is None.
operator.sub(a, b) operator.__sub__(a, b) Return a - b.
kill(self) Kill the subprocess, as in subprocess.Popen.kill(). On POSIX systems, the function sends SIGKILL to the subprocess. On Windows, this method is an alias for terminate().
Wave_read.setpos(pos) Set the file pointer to the specified position.
lock() unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf() system calls.
binascii.a2b_qp(data, header=False) Convert a block of quoted-printable data back to binary and return the binary data. More than one line may be passed at a time. If the optional argument header is present and true, underscores will be decoded as spaces.
name Name of the module the loader supports.
Page 385 of 663