LibCST/libcst/_nodes
Jennifer Taylor bb72a0556b Fix deep_clone for sequence types.
It turns out that when we had a sequence type, like Module's body, we were incorrectly
leaning on copy.deepcopy for the rest of the tree. This works, but its likely to blow
the stack when doing a deep clone of a very very large file. Fix that oversight here.
2019-10-23 12:19:09 -07:00
..
tests Move CodegenState construction to PositionProvider 2019-10-22 14:53:04 -07:00
__init__.py Make nodes package private 2019-07-26 12:48:22 -07:00
base.py Fix deep_clone for sequence types. 2019-10-23 12:19:09 -07:00
deep_equals.py Fix internal underscore convention. 2019-09-17 13:52:42 -07:00
expression.py Rename ExtSlice to SubscriptElement in anticipation of further fitxes. 2019-10-16 16:00:27 -07:00
internal.py Move CodegenState construction to PositionProvider 2019-10-22 14:53:04 -07:00
module.py Move CodegenState construction to PositionProvider 2019-10-22 14:53:04 -07:00
op.py Fix non-unique tree generated by LibCST in some circumstances. 2019-09-25 12:36:33 -07:00
statement.py Fix non-unique tree generated by LibCST in some circumstances. 2019-09-25 12:36:33 -07:00
whitespace.py Fix non-unique tree generated by LibCST in some circumstances. 2019-09-25 12:36:33 -07:00