Skip to content

Dimension: missing dunder methods #2

@nstarman

Description

@nstarman

There are more dunder methods that are / might be relevant:

Rich relations:

  • __eq__
  • __ne__
  • __lt__
  • __le__
  • __gt__
  • __ge__

Binary operations:

  • __add__ (where L+L = L)
  • __sub__ (where L-L = L)
  • All the reflected operators.

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions