def p4CmdList(self, cmd, stdin=None, stdin_mode='w+b'): if cmd in self.cmds: return self.cmds[cmd] return P4Helper.p4CmdList(cmd, stdin, stdin_mode)