LibCST/libcst
2020-03-27 11:08:29 -07:00
..
_nodes Merge pull request #261 from thatch/syntax-3.0 2020-03-20 07:05:00 -07:00
_parser [parsing 3.1] with multiple items 2020-03-12 08:45:18 -07:00
codegen Add "evaluated_value" support to integer types. 2020-01-30 17:07:21 -08:00
codemod [AddImportsVisitor] generate deterministic add import output by sorting the sets. 2020-03-26 09:33:29 -07:00
helpers [helper] add get_docstring() to Module, ClassDef and FunctionDef 2020-03-05 01:20:20 +00:00
matchers Fix typing issue with subscript elements where visitors of Index and Slice could not return each other. 2020-02-03 10:30:29 -08:00
metadata Improve KeyError on missing metadata. 2020-03-05 06:57:48 -08:00
testing Upgrade Pyre to 0.0.39 2020-01-09 11:06:40 -08:00
tests [typing] add missing type annotations 2020-03-19 07:41:19 -07:00
__init__.py Shorter name for KNOWN_PYTHON_VERSION_STRINGS 2020-03-12 08:45:18 -07:00
_add_slots.py Export CodePosition/CodeRange; fix pickle with add_slots 2019-07-22 20:05:07 -07:00
_batched_visitor.py Fix batchable visitor not calling attribute visitors. 2019-11-14 11:28:15 -08:00
_exceptions.py Update black to git commit that fixes 3.8 support. 2019-10-24 15:25:21 -07:00
_maybe_sentinel.py Add docs for MaybeSentinel and RemovalSentinel 2019-08-08 11:04:02 -07:00
_metadata_dependent.py Improve KeyError on missing metadata. 2020-03-05 06:57:48 -08:00
_position.py ignore typing errors 2019-12-17 14:27:53 -08:00
_removal_sentinel.py Improve removing nodes from parents in LibCST. 2019-10-02 15:43:48 -07:00
_tabs.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
_type_enforce.py Upgrade pyre-check version 2019-12-17 14:27:53 -08:00
_typed_visitor.py Fix typing issue with subscript elements where visitors of Index and Slice could not return each other. 2020-02-03 10:30:29 -08:00
_typed_visitor_base.py Use bound=Callable directly 2019-12-06 10:58:50 -08:00
_types.py Fix internal underscore convention. 2019-09-17 13:52:42 -07:00
_version.py [release] Bump LibCST to new release 0.3.4 2020-03-27 11:08:29 -07:00
_visitors.py Improve removing nodes from parents in LibCST. 2019-10-02 15:43:48 -07:00
py.typed support mypy using py.typed 2019-09-16 13:49:08 -07:00
tool.py Add a --version flag to libcst.tool, single-source version. 2020-02-07 11:51:58 -08:00