Closed bmoyles closed 9 years ago
Dumb mistake in my last set of changes -- @classmethod and @staticmethod amongst others need to be the last decorators applied to methods since they turn things into descriptors.
aminator-pull-requests #212 SUCCESS This pull request looks good
Dumb mistake in my last set of changes -- @classmethod and @staticmethod amongst others need to be the last decorators applied to methods since they turn things into descriptors.