Skip to content

Commit aced659

Browse files
committed
add docs
1 parent fc9103f commit aced659

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

spynnaker/pyNN/models/neuron/synapse_dynamics/synapse_dynamics_structural_common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ class SynapseDynamicsStructuralCommon(
104104
__slots__ = ()
105105

106106
def get_parameter_names(self) -> Iterable[str]:
107+
"""
108+
Get the names of the parameters of the model.
109+
"""
107110
yield from [
108111
'initial_weight', 'initial_delay', 'f_rew', 'p_rew', 's_max',
109112
'with_replacement']

0 commit comments

Comments
 (0)