def _makeOne(self): from repoze.catalog.query import Name as cls return cls('foo')
def _makeOne(self, query): from repoze.catalog.query import Not as cls return cls(query)
def _makeOne(self): from repoze.catalog.query import Query as cls return cls()