Return
A return statement returns control from a function or method back to its caller.
Related concepts: FunctionMethodCallControl Flow
Closest Wikipedia entry: Return statement
Misconceptions about Return15 documented Misconceptions
Check YourselfDeferredReturn
A return statement in the middle of a function doesn't return immediatelyInitReturnsObject
__init__ needs to return an objectMultipleValuesReturn
Functions can return multiple valuesReturnCall
Return statements need () around the return valueReturnUnwindsMultipleFrames
A return statement can unwind multiple call stack frames