LibCST/libcst/codemod
2020-02-25 10:11:42 -08:00
..
commands Support format specifiers in f-string conversion, getting rid of the last TODO! 2020-02-18 15:56:05 -08:00
tests Add support for current package to codemod context. 2020-02-07 11:52:16 -08:00
visitors fix typo 2020-02-25 10:11:42 -08:00
__init__.py Apply correct copyright header to all open-sourced files. 2019-12-12 15:34:13 -08:00
_cli.py Add support for current package to codemod context. 2020-02-07 11:52:16 -08:00
_codemod.py Integrate FullRepoManager into codemod command, allowing codemods to depend on full-repo capable metadata providers. 2020-01-28 13:45:18 -08:00
_command.py Add a visitor which can remove unused imports using scope analysis. 2020-02-18 16:02:10 -08:00
_context.py Add support for current package to codemod context. 2020-02-07 11:52:16 -08:00
_runner.py Plumb through the ability to override the python version used for parsing in libcst.tool. 2019-12-19 11:40:22 -08:00
_testing.py Apply make_fixture_data() to codemod output 2020-01-10 15:38:23 -08:00
_visitor.py Add documentation for libcst.codemod and friends. 2019-12-17 11:59:51 -08:00