def createTable(self, args): name = args.strip() mytable=Table(name) tables[name]=mytable mytable.owner=self self._announcetabletoall(name)