Skip to content

Instantly share code, notes, and snippets.

@shazow
Created November 10, 2012 20:50
Show Gist options
  • Save shazow/4052439 to your computer and use it in GitHub Desktop.
Save shazow/4052439 to your computer and use it in GitHub Desktop.
def brandon_rhodes():
"""Complete the foo of the 1st argument.
Completing the foo is always difficult, you know?
But this function does it, else raises ValueError.
"""
pass
def wolever():
""" Complete the foo of the 1st argument.
Completing the foo is always difficult, you know?
But this function does it, else raises ValueError.
"""
pass
def shazow():
"""
Complete the foo of the 1st argument.
Completing the foo is always difficult, you know?
But this function does it, else raises ValueError.
"""
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment