MCPcopy Index your code
hub / github.com/python/mypy / EqualityValueInfo

Class EqualityValueInfo

mypy/checker.py:9754–9757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9752
9753
9754class EqualityValueInfo:
9755 def __init__(self, domains: dict[str, EqualityDomainInfo], is_top: bool) -> None:
9756 self.domains = domains
9757 self.is_top = is_top
9758
9759
9760def partition_equality_ambiguous_types(

Callers 2

equality_value_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…