kuroko/test/testFunctionDocstring.krk

7 lines
93 B
Plaintext
Raw Normal View History

2021-01-07 16:45:52 +03:00
def foo():
'''This is a function that does things.'''
return 42
print(foo.__doc__)