docstring test with statement docstrings (failed until now, worked only for specific cases)

This commit is contained in:
David Halter
2013-07-19 12:47:38 +02:00
parent ed99e380d7
commit ebc8d4c04c

View File

@@ -88,3 +88,11 @@ class Test(object):
def test(self): def test(self):
#? ['teststr'] #? ['teststr']
self.teststr self.teststr
# -----------------
# statement docstrings
# -----------------
d = ''
""" bsdf """
#? str()
d.upper()