Home | History | Annotate | Download | only in python

Lines Matching refs:IsA

771   mock_dao.RunQuery(StrContains('SELECT'), IsA(int))
790 class IsA(Comparator):
795 mock_dao.Connect(IsA(DbConnectInfo))
799 """Initialize IsA
1321 # to match different parameters which are considered the same e.g. IsA(str)