Home
last modified time | relevance | path

Searched refs:xGraphs (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/python/
H A Dcheck_xnamedgraph.py28 xGraphs = xRepo.getGraphNames()
30 all = self.getStatementsCount(xGraphs, xDMA, None, None)
38 onlyWollMux = self.getStatementsCount(xGraphs, xDMA, xUri, None)
102 xGraphs = xRepo.getGraphNames()
103 self.assertTrue(len(xGraphs) > 0)
104 xGraph = xRepo.getGraph(xGraphs[0])
108 def getStatementsCount(self, xGraphs, xDMA, xPredicate, xObject): argument
112 for xGraphUri in xGraphs:
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/python/
H A Dcheck_xnamedgraph.py28 xGraphs = xRepo.getGraphNames()
30 all = self.getStatementsCount(xGraphs, xDMA, None, None)
38 onlyWollMux = self.getStatementsCount(xGraphs, xDMA, xUri, None)
102 xGraphs = xRepo.getGraphNames()
103 self.assertTrue(len(xGraphs) > 0)
104 xGraph = xRepo.getGraph(xGraphs[0])
108 def getStatementsCount(self, xGraphs, xDMA, xPredicate, xObject): argument
112 for xGraphUri in xGraphs: