#-*- coding: utf-8 -*- def add_method(self, method, name=None): if name is None: name = method.func_name setattr(self.__class__, name, method)