16,736
edits
Changes
From Gramps
→Class headers
== Class headers ==
* Each class should have a simple header to help mark it in the file. This is not used for documentation - it is used to help find the class when multiple classes exist in the same file.
<codepre> #------------------------------------------------------------ # # MyClass # #------------------------------------------------------------</codepre>
== Docstrings ==