Skip to content

Instantly share code, notes, and snippets.

@tyteen4a03
Created June 18, 2014 12:42
Show Gist options
  • Select an option

  • Save tyteen4a03/735e4b0f3ba3f91e0777 to your computer and use it in GitHub Desktop.

Select an option

Save tyteen4a03/735e4b0f3ba3f91e0777 to your computer and use it in GitHub Desktop.
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