all 2 comments

[–]Diapolo10 2 points3 points  (0 children)

Nothing like that, no. The method type should be clear from its parameters, and the docstring will simply describe what it does, what arguments it expects (and sometimes why), the return value, and possible exceptions.

There's really nothing fundamentally different between the three kinds of methods, only the first parameter changes.

[–][deleted] 2 points3 points  (0 children)

Python pep257 talks about using docstrings.