21a4157 Use docstrings instead of comments describing what a method does.

Authored and Committed by Michał Masłowski 12 years ago
    Use docstrings instead of comments describing what a method does.
    
    They can be read by tools making API documentation and by the builtin
    help function.
    
    
        
file modified
+29 -25