mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Go through and clean up where we export things from in the top level directories. This is the first pass at cleaning up the public API. In this diff I clean up all top-level exports that were coming out of .py files and instead export them from libcst's base module itself. I also didn't export a few of the things defined in newly underscored files because they were only used internally. |
||
|---|---|---|
| .. | ||
| _conversions | ||
| _types | ||
| tests | ||
| __init__.py | ||
| _base_parser.py | ||
| _custom_itertools.py | ||
| _detect_config.py | ||
| _entrypoints.py | ||
| _grammar.py | ||
| _production_decorator.py | ||
| _python_parser.py | ||
| _whitespace_parser.py | ||
| _wrapped_tokenize.py | ||