예제 #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))
예제 #3
0
 def fn(record):
     return list(map(as_functor(record), args))