def getTestDataset2(self, project=None):
     return dbhelpers.getDataset(self.gateway, 'testds2', project)
示例#2
0
 def getTestDataset2(self, project=None):
     return dbhelpers.getDataset(self.gateway, 'testds2', project)
示例#3
0
 def getTestDataset(self, project=None):
     return dbhelpers.getDataset(self.gateway, "testds1", project)