(self, other: Any, **kw: Any)
| 1692 | ) |
| 1693 | |
| 1694 | def compare(self, other: Any, **kw: Any) -> bool: |
| 1695 | return ( |
| 1696 | isinstance(other, next_value) |
| 1697 | and self.sequence.name == other.sequence.name |
| 1698 | ) |
| 1699 | |
| 1700 | @property |
| 1701 | def _from_objects(self) -> Any: |
no outgoing calls
no test coverage detected