diff --git a/spynnaker/pyNN/models/projection.py b/spynnaker/pyNN/models/projection.py index c69644e6db..3ad4adfccf 100644 --- a/spynnaker/pyNN/models/projection.py +++ b/spynnaker/pyNN/models/projection.py @@ -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 """