Created
November 10, 2012 20:50
-
-
Save shazow/4052439 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 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