Skip to content

Instantly share code, notes, and snippets.

@bcoe
Created May 19, 2011 22:33
Show Gist options
  • Save bcoe/981958 to your computer and use it in GitHub Desktop.
Save bcoe/981958 to your computer and use it in GitHub Desktop.
Example of Pytoad
from pytoad import pytoad_decorator
@pytoad_decorator()
def foobar():
raise Exception('banana')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment