示例#1
0
 def _makeOne(self):
     from repoze.catalog.query import Name as cls
     return cls('foo')
示例#2
0
 def _makeOne(self, query):
     from repoze.catalog.query import Not as cls
     return cls(query)
示例#3
0
 def _makeOne(self):
     from repoze.catalog.query import Query as cls
     return cls()
示例#4
0
 def _makeOne(self):
     from repoze.catalog.query import Name as cls
     return cls('foo')
示例#5
0
 def _makeOne(self, query):
     from repoze.catalog.query import Not as cls
     return cls(query)
示例#6
0
 def _makeOne(self):
     from repoze.catalog.query import Query as cls
     return cls()