Skip to content

Call.__eq__(self, value) method bug. #5

@marcin-majcher

Description

@marcin-majcher

This line 'return self._to_tuple(ext=True) == self._to_tuple(ext=True)' should be 'return self._to_tuple(ext=True) == value._to_tuple(ext=True)'

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions