import someclass

def get_info(self, *args): return “Test data”

someclass.get_info = get_info