LibCST/libcst/_parser/parso
Jennifer Taylor fc430343b5 Fix internal underscore convention.
Standardize on the convention that private modules (those we don't expect people to directly import) are prefixed with an underscore. Everything under a directory/module that has an underscore is considered private, unless it is re-exported from a non-underscored module. Most things are exported from libcst directly, but there are a few things in libcst.tool, libcst.codegen and libcst.metadata that are namedspaced as such.
2019-09-17 13:52:42 -07:00
..
pgen2 Fix internal underscore convention. 2019-09-17 13:52:42 -07:00
python Fix internal underscore convention. 2019-09-17 13:52:42 -07:00
tests Fix internal underscore convention. 2019-09-17 13:52:42 -07:00
__init__.py Fix internal underscore convention. 2019-09-17 13:52:42 -07:00
utils.py Fix internal underscore convention. 2019-09-17 13:52:42 -07:00