def stdev(arr):
"""
Compute the standard deviation.
second line of docstring
"""
Current SimpyIFold shows +--- 3 lines: """ but it'll be more logic if it shows +--- 3 lines: Compute the standard deviation.?
I just ask, actually I'm okay with +--- 3 lines: """, who care about docstring :)
With below function:
Current SimpyIFold shows
+--- 3 lines: """
but it'll be more logic if it shows+--- 3 lines: Compute the standard deviation.
?I just ask, actually I'm okay with
+--- 3 lines: """
, who care about docstring :)