Closed reynoldsnlp closed 4 years ago
Perhaps make the Feature class access the __doc__ property of self.func.
Feature
__doc__
self.func
Also add some kind of summary method to the extractor so that you can print off all of the available features.
Fixed in ebf1c62e877fb5f058797c2f7d620636f2f1de82
Perhaps make the
Feature
class access the__doc__
property ofself.func
.Also add some kind of summary method to the extractor so that you can print off all of the available features.