kitty/kittens/choose
pagedown 15615a4cd1
Avoid defining variables with the same name that already exist
Avoid using existing parameter names for local variables.
Avoid using variable names from upper level for nested loops.
Avoid local variables hiding existing global variables.
2022-01-01 21:29:32 +08:00
..
__init__.py
choose-data-types.h
main.c Avoid defining variables with the same name that already exist 2022-01-01 21:29:32 +08:00
main.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
match.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
output.c
score.c
subseq_matcher.pyi
unix_compat.c
vector.h
windows_compat.c