Carry out the work of inlineCallbacks.

Iterate the generator produced by an @inlineCallbacks-decorated function, g, send()ing it the results of each value yielded by that generator, until a Deferred is yielded, at which point a callback is added to that Deferred to call this function again.

ParametersresultThe last result seen by this generator. Note that this is never a Deferred - by the time this function is invoked, the Deferred has been called back and this will be a particular result at a point in its callback chain.
ga generator object returned by calling a function or method decorated with @inlineCallbacks
statusa _CancellationStatus tracking the current status of g
Function gotResult Undocumented
def gotResult(r): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.