Closed dadadel closed 6 years ago
As pointed by @WoLpH, comments after def statement are not supported and the method will be ignored. So the following won't be processed:
def method(): # some comment
The PR #55 fixed the problem.
As pointed by @WoLpH, comments after def statement are not supported and the method will be ignored. So the following won't be processed: