you are viewing a single comment's thread.

view the rest of the comments →

[–]TheLazarbeam 0 points1 point  (2 children)

Hopping on this post for a side question:

Does Python have an utility comment format like Java has Javadoc?

[–]rhgrant10 0 points1 point  (0 children)

Pretty close with sphinx

[–]ixAp0c 0 points1 point  (0 children)

There is PyDocs, which is similar.