Skip to content

Commit

Permalink
Remove functions that aren't implemented so don't return anything
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgait committed Jun 30, 2021
1 parent 0953158 commit e2b6795
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions spynnaker/pyNN/models/projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,20 +497,6 @@ def _clear_cache(self):

# -----------------------------------------------------------------

def __len__(self):
"""
.. warning::
Not implemented.
"""
_we_dont_do_this_now()

def __iter__(self):
"""
.. warning::
Not implemented.
"""
_we_dont_do_this_now()

def set(self, **attributes): # @UnusedVariable
# pylint: disable=unused-argument
"""
Expand Down

0 comments on commit e2b6795

Please sign in to comment.