I know the existence of both functions
list(filter(lambda x : 1 if x.at else 0, a_list)) [item for item in a_list if item.at]
Even the second one