operator.__ifloordiv__(a, b) a = ifloordiv(a, b) is equivalent to a //= b.
bpprint(out=None) Print the output of bpformat() to the file out, or if it is None, to standard output.
aifc.readframes(nframes) Read and return the next nframes frames from the audio file. The returned data is a string containing for each frame the uncompressed samples of all channels.
Cmd.preloop() Hook method executed once when cmdloop() is called. This method is a stub in Cmd; it exists to be overridden by subclasses.
window.getmaxyx() Return a tuple (y, x) of the height and width of the window.
TarInfo.gname Group name.
exception http.client.IncompleteRead A subclass of HTTPException.
canonical() Return the canonical encoding of the argument. Currently, the encoding of a Decimal instance is always canonical, so this operation returns its argument unchanged.
Queue.put_nowait(item) Equivalent to put(item, False).
copy() Return a shallow copy of the underlying mapping.
Page 153 of 663