Help me interpret PEP-257 which says "The class constructor should be documented in the docstring for its __init__ method. "
Does this mean that the constructor parameters should be documented in the class docstring or just the opposite?
Help me interpret PEP-257 which says "The class constructor should be documented in the docstring for its __init__ method. "
Does this mean that the constructor parameters should be documented in the class docstring or just the opposite?