class documentation

class OperandDisjointDictSuite(Suite): (source)

View In Hierarchy

Test cases for checker.DisjointDict, which is used for type inference with operands.

Method new Undocumented
Method test_full_merging Undocumented
Method test_independent_maps Undocumented
Method test_merge_with_multiple_overlaps Undocumented
Method test_partial_merging Undocumented
def new(self) -> DisjointDict[int, str]: (source)

Undocumented

def test_full_merging(self): (source)

Undocumented

def test_independent_maps(self): (source)

Undocumented

def test_merge_with_multiple_overlaps(self): (source)

Undocumented

def test_partial_merging(self): (source)

Undocumented