Test PyDoc strings

Python code posted by gray
created at 30 Jan 23:57

Edit | Back
1
2
3
4
5
6
#!/usr/bin/python

def foo(bar):
    """Takes a bar and converts to a foo.
    This is not a good idea."""
    return bar
126 Bytes in 2 ms with coderay