Advertisement
thinkdigital

Is a function run twice in list comprehension?

Feb 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. naked_subset = [row.naked_subset() for row in self.row if row.naked_subset() != {}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement