예제 #1
0
 def doTable(self, table):
     print "in doTable. table: '%s'" % table
     Fixture.doTable(self, table)
예제 #2
0
 def doTable(self, table):
     self.actor = self
     Fixture.doTable(self, table)
예제 #3
0
 def doTable(self, table):
     print "in doTable. table: '%s'" % table
     Fixture.doTable(self, table)
 def doTable(self, table):
     self.actor = self
     Fixture.doTable(self, table)