示例#1
0
    def __getattribute__ (self, k, ) :
        if k == "subCommands" :
            raise AttributeError

        return ServerOptions.__getattribute__(self, k, )