Created
June 18, 2014 12:42
-
-
Save tyteen4a03/735e4b0f3ba3f91e0777 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def funThings(result): | |
| doSomeOtherStuff() | |
| d = thingThatReturnADeferred() | |
| d.addCallback(funThings) # passing function object, not calling the function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment