google.appengine.ext.deferred.invoke_member

Retrieves a member of an object, then calls it with the provided arguments.

obj The object to operate on.
membername The name of the member to retrieve from ojb.
*args Positional arguments to pass to the method.
**kwargs Keyword arguments to pass to the method.

The return value of the method invocation.