#604 Inefficient len() checks: multiple files

closed medium Created 2025-12-17 22:27 · Updated 2026-01-02 06:26

Description

Edit
Use 'not x' instead of 'len(x)==0', use 'x' instead of 'len(x)>0'. Files: inline_executor.py, operators.py, variable_resolver.py, db.py, datashard_logger.py, platform.py, dsl_converter.py

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...