Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created January 25, 2016 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/09edc0dd4fd1b9309e7b to your computer and use it in GitHub Desktop.
Save harlowja/09edc0dd4fd1b9309e7b to your computer and use it in GitHub Desktop.
during-a-called
{'function': {'args': '()', 'name': '__main__.a', 'kwargs': '{}'}, 'stuff': 'stuff'}
during-b-called
{'function': {'args': '()', 'name': '__main__.b', 'kwargs': '{}'}, 'stuff': 'stuff'}
end-b-called
after-b-called
{'function': {'args': '()', 'name': '__main__.b', 'kwargs': '{}'}, 'stuff': 'stuff'}
end-a-called
{'function': {'args': '()', 'name': '__main__.b', 'kwargs': '{}'}, 'stuff': 'stuff'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment