Пример #1
0
 def set_spiketrain_stats_input(self):
     AbstractSNN.set_spiketrain_stats_input(self)
 def set_spiketrain_stats_input(self):
     # Added this here because PyCharm complains about not all abstract
     # methods being implemented (even though this is not abstract).
     AbstractSNN.set_spiketrain_stats_input(self)