Show More
@@ -2500,7 +2500,7 b' class addset(abstractsmartset):' | |||||
2500 | return len(self._list) |
|
2500 | return len(self._list) | |
2501 |
|
2501 | |||
2502 | def __nonzero__(self): |
|
2502 | def __nonzero__(self): | |
2503 | return bool(self._r1 or self._r2) |
|
2503 | return bool(self._r1) or bool(self._r2) | |
2504 |
|
2504 | |||
2505 | @util.propertycache |
|
2505 | @util.propertycache | |
2506 | def _list(self): |
|
2506 | def _list(self): |
General Comments 0
You need to be logged in to leave comments.
Login now