LibCST/libcst/_nodes
Benjamin Woodruff ff9ed2e8e4 Change FormattedString's end field to a Literal
I noticed this while working on the documentation. I think this predated
pyre's Literal support.

I only did this for `end` and not `start`, because there's a large
combinatorial set of valid `start` values. If we wanted to better type
`start`, we should probably first separate the prefix from the opening
quotes.
2019-08-06 19:39:43 -07:00
..
tests Change FormattedString's end field to a Literal 2019-08-06 19:39:43 -07:00
__init__.py Make nodes package private 2019-07-26 12:48:22 -07:00
_base.py [doc] add document to deep_clone and deep_equals 2019-08-06 17:32:23 -07:00
_deep_equals.py Make nodes package private 2019-07-26 12:48:22 -07:00
_expression.py Change FormattedString's end field to a Literal 2019-08-06 19:39:43 -07:00
_internal.py Fix position metadata providers and tests 2019-08-06 16:58:56 -07:00
_module.py Fix some typing issues in metadata API 2019-08-06 16:58:56 -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