ord(c) Given a string representing one Unicode character, return an integer representing the Unicode code point of that character. For example, ord('a') returns the integer 97 and ord('€') (Euro sign) returns 8364. This is the inverse of chr().
Logger.error(msg, *args, **kwargs) Logs a message with level ERROR on this logger. The arguments are interpreted as for debug().
Wave_read.readframes(n) Reads and returns at most n frames of audio, as a string of bytes.
handle_close() Called when the socket is closed.
operator.__add__(a, b) Return a + b, for a and b numbers.
getvalue() Return a str containing the entire contents of the buffer. Newlines are decoded as if by read(), although the stream position is not changed.
ip
operator.isub(a, b) operator.__isub__(a, b) a = isub(a, b) is equivalent to a -= b.
getiterator(tag=None) Deprecated since version 3.2: Use method ElementTree.iter() instead.
Wave_read.close() Close the stream if it was opened by wave, and make the instance unusable. This is called automatically on object collection.
Page 150 of 663