You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have equals, matches, entity_matches methods for Statements to check different kinds of equality in different situations (in addition to __eq__ of course, which we reserve for object-reference equality). It would be good to give more descriptive names to these methods, for instance
equals -> evidence_matches
matches -> mechanism_matches
entity_matches -> entities_match
The text was updated successfully, but these errors were encountered:
Currently we have
equals
,matches
,entity_matches
methods for Statements to check different kinds of equality in different situations (in addition to__eq__
of course, which we reserve for object-reference equality). It would be good to give more descriptive names to these methods, for instanceequals
->evidence_matches
matches
->mechanism_matches
entity_matches
->entities_match
The text was updated successfully, but these errors were encountered: