Commits
Click on a commit to change the comparison rangerefactor(semantic): use `is_empty()` instead of `len() == 0` (#4532)
It's preferred to use `is_empty` where possible. `is_empty` is sometimes slightly more optimized than `len() == 0`.1 year ago
by overlookmotel