Exemplo n.º 1
0
 def fn(record):
     return list(map(as_functor(record), args))
 def from_record(self, record):
     """
     Return all values specified by the fields attribute.
     """
     return list(map(as_functor(record), self.value_getters))
Exemplo n.º 3
0
 def fn(record):
     return list(map(as_functor(record), args))