LibCST/libcst/_nodes
Jennifer Taylor d3ce7da7ce Drop annotation indicator attribute.
We pass down the correct default annotation indicator to use in 100% of code rendering places, so this becomes a useless bit of initialization. We already set this to a sentinel by default, and the only thing that having an explicit str gives us is the inability to copy an annotation from a param to a return or vice versa. So, out it goes. This means we can't render Annotation by itself, so the test that was using this behavior is out too.
2019-08-05 17:13:17 -07:00
..
tests Drop annotation indicator attribute. 2019-08-05 17:13:17 -07:00
__init__.py Make nodes package private 2019-07-26 12:48:22 -07:00
_base.py Drop annotation indicator attribute. 2019-08-05 17:13:17 -07:00
_deep_equals.py Make nodes package private 2019-07-26 12:48:22 -07:00
_expression.py Drop annotation indicator attribute. 2019-08-05 17:13:17 -07:00
_internal.py Make nodes package private 2019-07-26 12:48:22 -07:00
_module.py Docs for Module. 2019-07-30 16:20:38 -07:00
_op.py [document] remove redundant verbose whitespace comments and fix some formatting 2019-08-01 12:10:12 -07:00
_statement.py Drop annotation indicator attribute. 2019-08-05 17:13:17 -07:00
_whitespace.py Docs for whitespace nodes. 2019-07-30 16:20:38 -07:00