31: #line 52 "felix_func.ipk" 32: class identity(function): 33: def __call__(self, arg): return arg 34: def __and__(self,func): return func 35: 36: 37: