示例#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)