You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all docstrings follow PEP 257. The following excerpt is relevant here:
The docstring for a class should summarize its behavior and list the public methods and instance variables. If the class is intended to be subclassed, and has an additional interface for subclasses, this interface should be listed separately (in the docstring). The class constructor should be documented in the docstring for its init method. Individual methods should be documented by their own docstring.
I have identified the following classes that need to list methods and parameters in the class docstring in order to comply with PEP 257
Expected behavior
All docstrings follow PEP 257
Describe the bug
Not all docstrings follow PEP 257. The following excerpt is relevant here:
I have identified the following classes that need to list methods and parameters in the class docstring in order to comply with PEP 257
depcode.Depcode
depcode.DepcodeSerpent
materialflow.Materialflow
process.Process
reactor.Reactor
simulation.Simulation
To Reproduce
Steps to reproduce the behavior:
Supporting information
@LukeSeifert identified this issue in #87
System Specifications:
How can this issue be closed?
This issue can be closed when a PR that fixes the issue is merged into
master
.The text was updated successfully, but these errors were encountered: