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)