Anonymous - 2013-03-26

I have a similar case where the second non-self argument to a method is a list comprehension, and I get the same "Using method (foo) as an attribute (not invoked)" warning. If I assign the result of the list comprehension to an intermediate and pass that instead, the warning goes away.

 

Last edit: Anonymous 2013-08-29