LibCST/libcst/_parser
Tim Hatch 31bae01ccb
Correct handling of walrus operator in function args (#417)
Previous behavior treated it as identical to equal, making a kwarg; it should
instead be a positional arg.  Includes several tests to make sure that
whitespace handling is correct.

Fixes #416
2020-11-12 21:14:34 -08:00
..
conversions Correct handling of walrus operator in function args (#417) 2020-11-12 21:14:34 -08:00
parso [CI] add Fixit to tox -e lint (#386) 2020-09-09 17:33:49 -07:00
tests [CI] add Fixit to tox -e lint (#386) 2020-09-09 17:33:49 -07:00
types Support string annotations for type aliases (#401) 2020-10-12 11:12:28 -07:00
__init__.py [typing] enable Pyre strict mode by default (#313) 2020-06-12 18:24:18 -07:00
base_parser.py [typing] enable Pyre strict mode by default (#313) 2020-06-12 18:24:18 -07:00
custom_itertools.py [typing] enable Pyre strict mode by default (#313) 2020-06-12 18:24:18 -07:00
detect_config.py Fix pyre syntax error in tokenizer stub (#360) 2020-08-04 17:33:55 -07:00
entrypoints.py [typing] enable Pyre strict mode by default (#313) 2020-06-12 18:24:18 -07:00
grammar.py Upgrade dev tools (Black/Flake8/isort) and read install requirements from requirements.txt (#380) 2020-08-31 10:44:55 -07:00
production_decorator.py [typing] enable Pyre strict mode by default (#313) 2020-06-12 18:24:18 -07:00
python_parser.py [typing] enable Pyre strict mode by default (#313) 2020-06-12 18:24:18 -07:00
whitespace_parser.py [typing] enable Pyre strict mode by default (#313) 2020-06-12 18:24:18 -07:00
wrapped_tokenize.py [typing] enable Pyre strict mode by default (#313) 2020-06-12 18:24:18 -07:00