6.22.2.1.3. Predicates

Comienzo python section to interscript/felix/model/fincat.py[4 /5 ] Siguiente Previo Primero Ăšltimo
    71: #line 84 "felix_fincat.ipk"
    72:   def is_arrow(self, arrow):
    73:     return arrow in self.get_arrows()
    74: 
    75:   def is_object(self, arrow):
    76:     return arrow in self.get_objects()
    77: 
End python section to interscript/felix/model/fincat.py[4]