bpprint(out=None) Print the output of bpformat() to the file out, or if it is None, to standard output.
definition.__name__ The name of the class, function, method, descriptor, or generator instance.
getsize() Returns the size of the chunk.
turtle.begin_fill() To be called just before drawing a shape to be filled.
operator.floordiv(a, b) operator.__floordiv__(a, b) Return a // b.
max(x, y) Compares two values numerically and returns the maximum.
ctypes.cast(obj, type) This function is similar to the cast operator in C. It returns a new instance of type which points to the same memory block as obj. type must be a pointer type, and obj must be an object that can be interpreted as a pointer.
Cookie.is_expired(now=None) True if cookie has passed the time at which the server requested it should expire. If now is given (in seconds since the epoch), return whether the cookie has expired at the specified time.
Wave_read.readframes(n) Reads and returns at most n frames of audio, as a string of bytes.
operator.__imul__(a, b) a = imul(a, b) is equivalent to a *= b.
Page 598 of 663