reset password
Author Message
jpascua
Posts: 197
Posted 11:08 Apr 23, 2015 |

Just to double check, do "private" methods need documentation?

kknaur
Posts: 540
Posted 11:48 Apr 23, 2015 |

Not normally no.  You might want to include some non docstring comments to explain how the function works in case you need to come back to it at a later point in time.  As far as public documentation, you normally do not provide docstrings for something that is "private".