StateUpdater class¶
(Shortest import: from brian2.synapses.synapses import StateUpdater)
-
class
brian2.synapses.synapses.StateUpdater(*args, **kw)[source]¶ Bases:
brian2.groups.group.CodeRunnerThe
CodeRunnerthat updates the state variables of aSynapsesat every timestep.Methods
update_abstract_code(run_namespace)Update the abstract code for the code object.
Details