sanyaade-g2g-repos / skulpt

Automatically exported from code.google.com/p/skulpt
Other
0 stars 0 forks source link

Docstring support #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Code you're trying to run:
def test():
    """This is a docstring."""
    1+2
    """This is not a docstring."""

print test.__doc__​​​​​​

What does "real" Python output?
This is a docstring.

What browser are you using? On what operating system?
Chrome 8.0.552

Please provide any additional information.

Original issue reported on code.google.com by carnioja...@gmail.com on 2 Feb 2011 at 9:31