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
Hash-consing based on __hash__ would be overly aggressive and unsound, but it should be reasonable to say that evaluate only descends into each host object once within a single traversal as determined by id.
Hash-consing based on
__hash__would be overly aggressive and unsound, but it should be reasonable to say thatevaluateonly descends into each host object once within a single traversal as determined byid.