LibCST/libcst
Benjamin Woodruff ca15eb2685 Add nodedefs (no parsing yet) needed for Tuple
This ended up being pretty complicated, so the parser stuff will come in
another diff.

Hopefully this should set up up nicely for dicts, sets, and lists too.
2019-06-05 15:23:22 -07:00
..
nodes Add nodedefs (no parsing yet) needed for Tuple 2019-06-05 15:23:22 -07:00
parser Fix comment ownership around IndentedBlock 2019-06-05 14:31:04 -07:00
testing Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
tests Hand-roll print instead of using implicit repr, allowing us to filter 2019-06-05 14:25:29 -07:00
_add_slots.py Fix issue with @add_slots and py3.7 2019-06-03 15:43:28 -07:00
_base_visitor.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
_maybe_sentinel.py Better serialization for MaybeSentinel 2019-06-03 15:43:55 -07:00
_removal_sentinel.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
_tabs.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
exceptions.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
helpers.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
tool.py Hand-roll print instead of using implicit repr, allowing us to filter 2019-06-05 14:25:29 -07:00