LibCST/libcst/metadata
Jennifer Taylor 1190dc8a2f Import parser from the top level
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.
2019-07-26 12:48:22 -07:00
..
tests Import parser from the top level 2019-07-26 12:48:22 -07:00
__init__.py Define metadata base class and provider 2019-07-22 19:53:49 -07:00
_interface.py Make nodes package private 2019-07-26 12:48:22 -07:00
base_provider.py Make nodes package private 2019-07-26 12:48:22 -07:00
position_provider.py Make nodes package private 2019-07-26 12:48:22 -07:00
runner.py Make nodes package private 2019-07-26 12:48:22 -07:00