issues
search
spadarian
/
docblock-python
Atom plugin to insert documentation blocks for python functions
GNU General Public License v2.0
22
stars
9
forks
source link
Flattened, split code into smaller functions
#21
Closed
SKalt
closed
5 years ago
SKalt
commented
6 years ago
moved doc-formatter functions to accepting only kwargs
removed any references to
this
which were not needed to pass configuration options to child methods
omitted unneeded
export default{...}
from config.js by swapping it to config.json
all tests pass!
Contributes to, but does not close #20.
this
which were not needed to pass configuration options to child methodsexport default{...}
from config.js by swapping it to config.jsonContributes to, but does not close #20.