Example #1
0
 def doTable(self, table):
     print "in doTable. table: '%s'" % table
     Fixture.doTable(self, table)
Example #2
0
 def doTable(self, table):
     self.actor = self
     Fixture.doTable(self, table)
Example #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)