Skip to content

Commit

Permalink
Remove methods which is defined again later on in the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Aug 17, 2023
1 parent d1e7f9b commit ff2bf32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/zope/testbrowser/cookies.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ def keys(self):
def __iter__(self):
return (ck.name for ck in self._get_cookies())

iterkeys = __iter__

def iterinfo(self, key=None):
return (self._getinfo(ck) for ck in self._get_cookies(key))

Expand Down

0 comments on commit ff2bf32

Please sign in to comment.