Vauxoo / pylint-conf

Este proyecto se manejará el estándar de configuración de pylint versionado
GNU Lesser General Public License v3.0
0 stars 17 forks source link

[REF] pylint_conf: Disable cell-var-from-loop #44

Closed moylop260 closed 8 years ago

moylop260 commented 8 years ago

With new api is very useful

for var in rows:
    self.filtered(lambda value: value.attribute.id == var.id)