Ejemplo n.º 1
0
 def matchModule(self, version_id, module):
     if self.queryPipeline is not None and \
             len(self.queryPipeline.modules) > 0:
         if VisualQuery.matchModule(self, version_id, module):
             return self.search_stmt.matchModule(version_id, module)
         return False
     else:
         return self.search_stmt.matchModule(version_id, module)
Ejemplo n.º 2
0
 def matchModule(self, version_id, module):
     if self.queryPipeline is not None and \
             len(self.queryPipeline.modules) > 0:
         return VisualQuery.matchModule(self, version_id, module)
     return True
Ejemplo n.º 3
0
 def matchModule(self, version_id, module):
     if self.queryPipeline is not None and \
             len(self.queryPipeline.modules) > 0:
         return VisualQuery.matchModule(self, version_id, module)
     return True