6.22.5.1.2. Identity

Comienzo python section to interscript/felix/model/funcat.py[2 /8 ] Siguiente Previo Primero Ăšltimo
    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]