def parseline(self, line): print('parseline({!r}) =>'.format(line), end='') ret = cmd.Cmd.parseline(self, line) print(ret) return ret