class documentation

class MatcherTestBase(test_base.UnitTest): (source)

Known subclasses: pytype.matcher_test.MatcherTest, pytype.matcher_test.TypeVarTest

View In Hierarchy

Undocumented

Method assertMatch Undocumented
Method assertNoMatch Undocumented
Method setUp Undocumented
Instance Variable ctx Undocumented
Instance Variable matcher Undocumented
Method _match_var Undocumented
def assertMatch(self, left, right): (source)

Undocumented

def assertNoMatch(self, left, right): (source)

Undocumented

def setUp(self): (source)

Undocumented

Undocumented

Undocumented

def _match_var(self, left, right): (source)

Undocumented