Skip to content

Conversation

@KostaIlic2
Copy link

What does this Pull Request accomplish?

eq methods in all classes had an argument named "value". This was confusing in context of scalar, where one of the data members was also named "value", so we decided to change the argument name to "other". This change is the equivalent change in other classes.

Why should this Pull Request be merged?

To reduce potential for future confusion and to restore consistency in argument names between classes.

What testing has been done?

I am leaning on automated tests that are part of CI.

…h is covered separately) from value, which may have been confusing, to other, which is clear. Improved formatting of a doc string associated with __eq__ methods.

Signed-off-by: Kosta Ilic <kosta.ilic@emerson.com>
@KostaIlic2 KostaIlic2 marked this pull request as ready for review December 27, 2025 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant