mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
* Enumeration members are singletons. Copying on them would be no-op
* Avoid generating unnecessary `pass` statement
* Several trivial refactor
* Avoid building unnecessary intermediate lists, which are mere slight waste of time and space
* Remove unused import, an overlook from commit
|
||
|---|---|---|
| .. | ||
| conversions | ||
| parso | ||
| tests | ||
| types | ||
| __init__.py | ||
| base_parser.py | ||
| custom_itertools.py | ||
| detect_config.py | ||
| entrypoints.py | ||
| grammar.py | ||
| production_decorator.py | ||
| py_whitespace_parser.py | ||
| python_parser.py | ||
| whitespace_parser.py | ||
| wrapped_tokenize.py | ||