def cmdloop(self, intro=None): print('cmdloop({})'.format(intro)) return cmd.Cmd.cmdloop(self, intro)