mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
- Now that we're exporting everything from the top-level libcst package, automodule makes a mess of things. - While it does create more boilerplate, using autoclass/autofunction instead of automodule gives us a lot more control over the order in which nodes are presented, so we can group them by various categories. This diff also exports BaseParenthesizableWhitespace, because nodes refer to it by type, and so it's needed for documentation purposes. |
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| conf.py | ||
| index.rst | ||
| nodes.rst | ||
| parser.rst | ||
| visitors.rst | ||
| why_libcst.rst | ||