ParamDesc

Contents

ParamDesc#

class brainpy.mixin.ParamDesc[source]#

MixIn indicates the function for describing initialization parameters.

This mixin enables the subclass has a classmethod desc, which produces an instance of ParamDescInit.

Note this MixIn can be applied in any Python object.