mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
This was a pain, because apparently we can't refer to "static_analysis.libcst" as a module before its finished executing, due to https://bugs.python.org/issue25294. To combat this, I had to change to direct importing inside parser, which was a bit of a pain due to the number of nodes used. But, it works. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_batched_visitor.py | ||
| test_exceptions.py | ||
| test_tabs.py | ||
| test_tool.py | ||
| test_type_enforce.py | ||