get_content(msg, *args, **kw) Look up a handler function based on the mimetype of msg (see next paragraph)
mimetypes.add_type(type, ext, strict=True) Add a mapping from the MIME type type to the extension ext. When
flush() You can override this to implement custom flushing behavior. This version just zaps the buffer to empty.
operator.__pow__(a, b) Return a ** b, for a and b numbers.
os.sync() Force write of everything to disk. Availability: Unix.
HttpResponse.setdefault(header, value) Sets a header unless it has already been set.
aifc.writeframes(data) Write data to the output file. This method can only be called after the audio file parameters have been
encoding The name of the encoding used to decode the stream’s bytes into strings, and to encode strings into bytes.
itertools.count(start=0, step=1) Make an iterator that returns evenly spaced values starting with number start. Often
_setroot(element) Replaces the root element for this tree. This discards the current contents of the tree, and replaces it with
Page 1 of 100