6.12.5.1.2. Identity

Start python section to interscript/felix/model/funcat.py[2 /8 ] Next Prev Last
    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: 
End python section to interscript/felix/model/funcat.py[2]