-
- Downloads
use functools.wraps to add docstrings to transform .new and .pull methods
Simple way to reuse the docstrings defined in the base class. The method docstrings don't need to be updated, as the overall class docstring should describe what the element does.
parent
c5d928ba
No related branches found
No related tags found
Showing
- src/sgnts/transforms/adder.py 2 additions, 9 deletionssrc/sgnts/transforms/adder.py
- src/sgnts/transforms/align.py 2 additions, 9 deletionssrc/sgnts/transforms/align.py
- src/sgnts/transforms/amplify.py 2 additions, 9 deletionssrc/sgnts/transforms/amplify.py
- src/sgnts/transforms/converter.py 2 additions, 0 deletionssrc/sgnts/transforms/converter.py
- src/sgnts/transforms/correlate.py 2 additions, 9 deletionssrc/sgnts/transforms/correlate.py
- src/sgnts/transforms/gate.py 2 additions, 9 deletionssrc/sgnts/transforms/gate.py
- src/sgnts/transforms/matmul.py 2 additions, 9 deletionssrc/sgnts/transforms/matmul.py
- src/sgnts/transforms/multiplier.py 3 additions, 0 deletionssrc/sgnts/transforms/multiplier.py
- src/sgnts/transforms/resampler.py 2 additions, 9 deletionssrc/sgnts/transforms/resampler.py
- src/sgnts/transforms/sumindex.py 2 additions, 10 deletionssrc/sgnts/transforms/sumindex.py
- src/sgnts/transforms/threshold.py 2 additions, 10 deletionssrc/sgnts/transforms/threshold.py
Loading
Please register or sign in to comment