Projection# class brainpy.Projection(name=None, mode=None)[source]# Base class to model synaptic projections. Parameters: name (Optional[str]) – The name of the dynamic system. mode (Optional[Mode]) – The computing mode. It should be an instance of Mode. clear_input(*args, **kwargs)[source]# Empty function of clearing inputs. update(*args, **kwargs)[source]# The function to specify the updating rule.