pkgsrc/lang/py-libcst/PLIST
wiz cd26677692 lang/py-libcst: import py-libcst-0.4.1
Packaged by adam and myself in wip.

LibCST parses Python 3.0 -> 3.11 source code as a CST tree that
keeps all formatting details (comments, whitespaces, parentheses,
etc). It's useful for building automated refactoring (codemod)
applications and linters.

LibCST creates a compromise between an Abstract Syntax Tree (AST)
and a traditional Concrete Syntax Tree (CST). By carefully reorganizing
and naming node types and fields, we've created a lossless CST that
looks and feels like an AST.
2022-02-23 11:32:52 +00:00

808 lines
40 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2022/02/23 11:32:52 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/libcst/__init__.py
${PYSITELIB}/libcst/__init__.pyc
${PYSITELIB}/libcst/__init__.pyo
${PYSITELIB}/libcst/_add_slots.py
${PYSITELIB}/libcst/_add_slots.pyc
${PYSITELIB}/libcst/_add_slots.pyo
${PYSITELIB}/libcst/_batched_visitor.py
${PYSITELIB}/libcst/_batched_visitor.pyc
${PYSITELIB}/libcst/_batched_visitor.pyo
${PYSITELIB}/libcst/_exceptions.py
${PYSITELIB}/libcst/_exceptions.pyc
${PYSITELIB}/libcst/_exceptions.pyo
${PYSITELIB}/libcst/_flatten_sentinel.py
${PYSITELIB}/libcst/_flatten_sentinel.pyc
${PYSITELIB}/libcst/_flatten_sentinel.pyo
${PYSITELIB}/libcst/_maybe_sentinel.py
${PYSITELIB}/libcst/_maybe_sentinel.pyc
${PYSITELIB}/libcst/_maybe_sentinel.pyo
${PYSITELIB}/libcst/_metadata_dependent.py
${PYSITELIB}/libcst/_metadata_dependent.pyc
${PYSITELIB}/libcst/_metadata_dependent.pyo
${PYSITELIB}/libcst/_nodes/__init__.py
${PYSITELIB}/libcst/_nodes/__init__.pyc
${PYSITELIB}/libcst/_nodes/__init__.pyo
${PYSITELIB}/libcst/_nodes/base.py
${PYSITELIB}/libcst/_nodes/base.pyc
${PYSITELIB}/libcst/_nodes/base.pyo
${PYSITELIB}/libcst/_nodes/deep_equals.py
${PYSITELIB}/libcst/_nodes/deep_equals.pyc
${PYSITELIB}/libcst/_nodes/deep_equals.pyo
${PYSITELIB}/libcst/_nodes/expression.py
${PYSITELIB}/libcst/_nodes/expression.pyc
${PYSITELIB}/libcst/_nodes/expression.pyo
${PYSITELIB}/libcst/_nodes/internal.py
${PYSITELIB}/libcst/_nodes/internal.pyc
${PYSITELIB}/libcst/_nodes/internal.pyo
${PYSITELIB}/libcst/_nodes/module.py
${PYSITELIB}/libcst/_nodes/module.pyc
${PYSITELIB}/libcst/_nodes/module.pyo
${PYSITELIB}/libcst/_nodes/op.py
${PYSITELIB}/libcst/_nodes/op.pyc
${PYSITELIB}/libcst/_nodes/op.pyo
${PYSITELIB}/libcst/_nodes/statement.py
${PYSITELIB}/libcst/_nodes/statement.pyc
${PYSITELIB}/libcst/_nodes/statement.pyo
${PYSITELIB}/libcst/_nodes/tests/__init__.py
${PYSITELIB}/libcst/_nodes/tests/__init__.pyc
${PYSITELIB}/libcst/_nodes/tests/__init__.pyo
${PYSITELIB}/libcst/_nodes/tests/base.py
${PYSITELIB}/libcst/_nodes/tests/base.pyc
${PYSITELIB}/libcst/_nodes/tests/base.pyo
${PYSITELIB}/libcst/_nodes/tests/test_assert.py
${PYSITELIB}/libcst/_nodes/tests/test_assert.pyc
${PYSITELIB}/libcst/_nodes/tests/test_assert.pyo
${PYSITELIB}/libcst/_nodes/tests/test_assign.py
${PYSITELIB}/libcst/_nodes/tests/test_assign.pyc
${PYSITELIB}/libcst/_nodes/tests/test_assign.pyo
${PYSITELIB}/libcst/_nodes/tests/test_atom.py
${PYSITELIB}/libcst/_nodes/tests/test_atom.pyc
${PYSITELIB}/libcst/_nodes/tests/test_atom.pyo
${PYSITELIB}/libcst/_nodes/tests/test_attribute.py
${PYSITELIB}/libcst/_nodes/tests/test_attribute.pyc
${PYSITELIB}/libcst/_nodes/tests/test_attribute.pyo
${PYSITELIB}/libcst/_nodes/tests/test_await.py
${PYSITELIB}/libcst/_nodes/tests/test_await.pyc
${PYSITELIB}/libcst/_nodes/tests/test_await.pyo
${PYSITELIB}/libcst/_nodes/tests/test_binary_op.py
${PYSITELIB}/libcst/_nodes/tests/test_binary_op.pyc
${PYSITELIB}/libcst/_nodes/tests/test_binary_op.pyo
${PYSITELIB}/libcst/_nodes/tests/test_boolean_op.py
${PYSITELIB}/libcst/_nodes/tests/test_boolean_op.pyc
${PYSITELIB}/libcst/_nodes/tests/test_boolean_op.pyo
${PYSITELIB}/libcst/_nodes/tests/test_call.py
${PYSITELIB}/libcst/_nodes/tests/test_call.pyc
${PYSITELIB}/libcst/_nodes/tests/test_call.pyo
${PYSITELIB}/libcst/_nodes/tests/test_classdef.py
${PYSITELIB}/libcst/_nodes/tests/test_classdef.pyc
${PYSITELIB}/libcst/_nodes/tests/test_classdef.pyo
${PYSITELIB}/libcst/_nodes/tests/test_comment.py
${PYSITELIB}/libcst/_nodes/tests/test_comment.pyc
${PYSITELIB}/libcst/_nodes/tests/test_comment.pyo
${PYSITELIB}/libcst/_nodes/tests/test_comparison.py
${PYSITELIB}/libcst/_nodes/tests/test_comparison.pyc
${PYSITELIB}/libcst/_nodes/tests/test_comparison.pyo
${PYSITELIB}/libcst/_nodes/tests/test_cst_node.py
${PYSITELIB}/libcst/_nodes/tests/test_cst_node.pyc
${PYSITELIB}/libcst/_nodes/tests/test_cst_node.pyo
${PYSITELIB}/libcst/_nodes/tests/test_del.py
${PYSITELIB}/libcst/_nodes/tests/test_del.pyc
${PYSITELIB}/libcst/_nodes/tests/test_del.pyo
${PYSITELIB}/libcst/_nodes/tests/test_dict.py
${PYSITELIB}/libcst/_nodes/tests/test_dict.pyc
${PYSITELIB}/libcst/_nodes/tests/test_dict.pyo
${PYSITELIB}/libcst/_nodes/tests/test_dict_comp.py
${PYSITELIB}/libcst/_nodes/tests/test_dict_comp.pyc
${PYSITELIB}/libcst/_nodes/tests/test_dict_comp.pyo
${PYSITELIB}/libcst/_nodes/tests/test_docstring.py
${PYSITELIB}/libcst/_nodes/tests/test_docstring.pyc
${PYSITELIB}/libcst/_nodes/tests/test_docstring.pyo
${PYSITELIB}/libcst/_nodes/tests/test_else.py
${PYSITELIB}/libcst/_nodes/tests/test_else.pyc
${PYSITELIB}/libcst/_nodes/tests/test_else.pyo
${PYSITELIB}/libcst/_nodes/tests/test_empty_line.py
${PYSITELIB}/libcst/_nodes/tests/test_empty_line.pyc
${PYSITELIB}/libcst/_nodes/tests/test_empty_line.pyo
${PYSITELIB}/libcst/_nodes/tests/test_flatten_behavior.py
${PYSITELIB}/libcst/_nodes/tests/test_flatten_behavior.pyc
${PYSITELIB}/libcst/_nodes/tests/test_flatten_behavior.pyo
${PYSITELIB}/libcst/_nodes/tests/test_for.py
${PYSITELIB}/libcst/_nodes/tests/test_for.pyc
${PYSITELIB}/libcst/_nodes/tests/test_for.pyo
${PYSITELIB}/libcst/_nodes/tests/test_funcdef.py
${PYSITELIB}/libcst/_nodes/tests/test_funcdef.pyc
${PYSITELIB}/libcst/_nodes/tests/test_funcdef.pyo
${PYSITELIB}/libcst/_nodes/tests/test_global.py
${PYSITELIB}/libcst/_nodes/tests/test_global.pyc
${PYSITELIB}/libcst/_nodes/tests/test_global.pyo
${PYSITELIB}/libcst/_nodes/tests/test_if.py
${PYSITELIB}/libcst/_nodes/tests/test_if.pyc
${PYSITELIB}/libcst/_nodes/tests/test_if.pyo
${PYSITELIB}/libcst/_nodes/tests/test_ifexp.py
${PYSITELIB}/libcst/_nodes/tests/test_ifexp.pyc
${PYSITELIB}/libcst/_nodes/tests/test_ifexp.pyo
${PYSITELIB}/libcst/_nodes/tests/test_import.py
${PYSITELIB}/libcst/_nodes/tests/test_import.pyc
${PYSITELIB}/libcst/_nodes/tests/test_import.pyo
${PYSITELIB}/libcst/_nodes/tests/test_indented_block.py
${PYSITELIB}/libcst/_nodes/tests/test_indented_block.pyc
${PYSITELIB}/libcst/_nodes/tests/test_indented_block.pyo
${PYSITELIB}/libcst/_nodes/tests/test_lambda.py
${PYSITELIB}/libcst/_nodes/tests/test_lambda.pyc
${PYSITELIB}/libcst/_nodes/tests/test_lambda.pyo
${PYSITELIB}/libcst/_nodes/tests/test_leaf_small_statements.py
${PYSITELIB}/libcst/_nodes/tests/test_leaf_small_statements.pyc
${PYSITELIB}/libcst/_nodes/tests/test_leaf_small_statements.pyo
${PYSITELIB}/libcst/_nodes/tests/test_list.py
${PYSITELIB}/libcst/_nodes/tests/test_list.pyc
${PYSITELIB}/libcst/_nodes/tests/test_list.pyo
${PYSITELIB}/libcst/_nodes/tests/test_match.py
${PYSITELIB}/libcst/_nodes/tests/test_match.pyc
${PYSITELIB}/libcst/_nodes/tests/test_match.pyo
${PYSITELIB}/libcst/_nodes/tests/test_matrix_multiply.py
${PYSITELIB}/libcst/_nodes/tests/test_matrix_multiply.pyc
${PYSITELIB}/libcst/_nodes/tests/test_matrix_multiply.pyo
${PYSITELIB}/libcst/_nodes/tests/test_module.py
${PYSITELIB}/libcst/_nodes/tests/test_module.pyc
${PYSITELIB}/libcst/_nodes/tests/test_module.pyo
${PYSITELIB}/libcst/_nodes/tests/test_namedexpr.py
${PYSITELIB}/libcst/_nodes/tests/test_namedexpr.pyc
${PYSITELIB}/libcst/_nodes/tests/test_namedexpr.pyo
${PYSITELIB}/libcst/_nodes/tests/test_newline.py
${PYSITELIB}/libcst/_nodes/tests/test_newline.pyc
${PYSITELIB}/libcst/_nodes/tests/test_newline.pyo
${PYSITELIB}/libcst/_nodes/tests/test_nonlocal.py
${PYSITELIB}/libcst/_nodes/tests/test_nonlocal.pyc
${PYSITELIB}/libcst/_nodes/tests/test_nonlocal.pyo
${PYSITELIB}/libcst/_nodes/tests/test_number.py
${PYSITELIB}/libcst/_nodes/tests/test_number.pyc
${PYSITELIB}/libcst/_nodes/tests/test_number.pyo
${PYSITELIB}/libcst/_nodes/tests/test_raise.py
${PYSITELIB}/libcst/_nodes/tests/test_raise.pyc
${PYSITELIB}/libcst/_nodes/tests/test_raise.pyo
${PYSITELIB}/libcst/_nodes/tests/test_removal_behavior.py
${PYSITELIB}/libcst/_nodes/tests/test_removal_behavior.pyc
${PYSITELIB}/libcst/_nodes/tests/test_removal_behavior.pyo
${PYSITELIB}/libcst/_nodes/tests/test_return.py
${PYSITELIB}/libcst/_nodes/tests/test_return.pyc
${PYSITELIB}/libcst/_nodes/tests/test_return.pyo
${PYSITELIB}/libcst/_nodes/tests/test_set.py
${PYSITELIB}/libcst/_nodes/tests/test_set.pyc
${PYSITELIB}/libcst/_nodes/tests/test_set.pyo
${PYSITELIB}/libcst/_nodes/tests/test_simple_comp.py
${PYSITELIB}/libcst/_nodes/tests/test_simple_comp.pyc
${PYSITELIB}/libcst/_nodes/tests/test_simple_comp.pyo
${PYSITELIB}/libcst/_nodes/tests/test_simple_statement.py
${PYSITELIB}/libcst/_nodes/tests/test_simple_statement.pyc
${PYSITELIB}/libcst/_nodes/tests/test_simple_statement.pyo
${PYSITELIB}/libcst/_nodes/tests/test_simple_whitespace.py
${PYSITELIB}/libcst/_nodes/tests/test_simple_whitespace.pyc
${PYSITELIB}/libcst/_nodes/tests/test_simple_whitespace.pyo
${PYSITELIB}/libcst/_nodes/tests/test_small_statement.py
${PYSITELIB}/libcst/_nodes/tests/test_small_statement.pyc
${PYSITELIB}/libcst/_nodes/tests/test_small_statement.pyo
${PYSITELIB}/libcst/_nodes/tests/test_subscript.py
${PYSITELIB}/libcst/_nodes/tests/test_subscript.pyc
${PYSITELIB}/libcst/_nodes/tests/test_subscript.pyo
${PYSITELIB}/libcst/_nodes/tests/test_trailing_whitespace.py
${PYSITELIB}/libcst/_nodes/tests/test_trailing_whitespace.pyc
${PYSITELIB}/libcst/_nodes/tests/test_trailing_whitespace.pyo
${PYSITELIB}/libcst/_nodes/tests/test_try.py
${PYSITELIB}/libcst/_nodes/tests/test_try.pyc
${PYSITELIB}/libcst/_nodes/tests/test_try.pyo
${PYSITELIB}/libcst/_nodes/tests/test_tuple.py
${PYSITELIB}/libcst/_nodes/tests/test_tuple.pyc
${PYSITELIB}/libcst/_nodes/tests/test_tuple.pyo
${PYSITELIB}/libcst/_nodes/tests/test_unary_op.py
${PYSITELIB}/libcst/_nodes/tests/test_unary_op.pyc
${PYSITELIB}/libcst/_nodes/tests/test_unary_op.pyo
${PYSITELIB}/libcst/_nodes/tests/test_while.py
${PYSITELIB}/libcst/_nodes/tests/test_while.pyc
${PYSITELIB}/libcst/_nodes/tests/test_while.pyo
${PYSITELIB}/libcst/_nodes/tests/test_with.py
${PYSITELIB}/libcst/_nodes/tests/test_with.pyc
${PYSITELIB}/libcst/_nodes/tests/test_with.pyo
${PYSITELIB}/libcst/_nodes/tests/test_yield.py
${PYSITELIB}/libcst/_nodes/tests/test_yield.pyc
${PYSITELIB}/libcst/_nodes/tests/test_yield.pyo
${PYSITELIB}/libcst/_nodes/whitespace.py
${PYSITELIB}/libcst/_nodes/whitespace.pyc
${PYSITELIB}/libcst/_nodes/whitespace.pyo
${PYSITELIB}/libcst/_parser/__init__.py
${PYSITELIB}/libcst/_parser/__init__.pyc
${PYSITELIB}/libcst/_parser/__init__.pyo
${PYSITELIB}/libcst/_parser/base_parser.py
${PYSITELIB}/libcst/_parser/base_parser.pyc
${PYSITELIB}/libcst/_parser/base_parser.pyo
${PYSITELIB}/libcst/_parser/conversions/__init__.py
${PYSITELIB}/libcst/_parser/conversions/__init__.pyc
${PYSITELIB}/libcst/_parser/conversions/__init__.pyo
${PYSITELIB}/libcst/_parser/conversions/expression.py
${PYSITELIB}/libcst/_parser/conversions/expression.pyc
${PYSITELIB}/libcst/_parser/conversions/expression.pyo
${PYSITELIB}/libcst/_parser/conversions/module.py
${PYSITELIB}/libcst/_parser/conversions/module.pyc
${PYSITELIB}/libcst/_parser/conversions/module.pyo
${PYSITELIB}/libcst/_parser/conversions/params.py
${PYSITELIB}/libcst/_parser/conversions/params.pyc
${PYSITELIB}/libcst/_parser/conversions/params.pyo
${PYSITELIB}/libcst/_parser/conversions/statement.py
${PYSITELIB}/libcst/_parser/conversions/statement.pyc
${PYSITELIB}/libcst/_parser/conversions/statement.pyo
${PYSITELIB}/libcst/_parser/conversions/terminals.py
${PYSITELIB}/libcst/_parser/conversions/terminals.pyc
${PYSITELIB}/libcst/_parser/conversions/terminals.pyo
${PYSITELIB}/libcst/_parser/custom_itertools.py
${PYSITELIB}/libcst/_parser/custom_itertools.pyc
${PYSITELIB}/libcst/_parser/custom_itertools.pyo
${PYSITELIB}/libcst/_parser/detect_config.py
${PYSITELIB}/libcst/_parser/detect_config.pyc
${PYSITELIB}/libcst/_parser/detect_config.pyo
${PYSITELIB}/libcst/_parser/entrypoints.py
${PYSITELIB}/libcst/_parser/entrypoints.pyc
${PYSITELIB}/libcst/_parser/entrypoints.pyo
${PYSITELIB}/libcst/_parser/grammar.py
${PYSITELIB}/libcst/_parser/grammar.pyc
${PYSITELIB}/libcst/_parser/grammar.pyo
${PYSITELIB}/libcst/_parser/parso/__init__.py
${PYSITELIB}/libcst/_parser/parso/__init__.pyc
${PYSITELIB}/libcst/_parser/parso/__init__.pyo
${PYSITELIB}/libcst/_parser/parso/pgen2/__init__.py
${PYSITELIB}/libcst/_parser/parso/pgen2/__init__.pyc
${PYSITELIB}/libcst/_parser/parso/pgen2/__init__.pyo
${PYSITELIB}/libcst/_parser/parso/pgen2/generator.py
${PYSITELIB}/libcst/_parser/parso/pgen2/generator.pyc
${PYSITELIB}/libcst/_parser/parso/pgen2/generator.pyo
${PYSITELIB}/libcst/_parser/parso/pgen2/grammar_parser.py
${PYSITELIB}/libcst/_parser/parso/pgen2/grammar_parser.pyc
${PYSITELIB}/libcst/_parser/parso/pgen2/grammar_parser.pyo
${PYSITELIB}/libcst/_parser/parso/python/__init__.py
${PYSITELIB}/libcst/_parser/parso/python/__init__.pyc
${PYSITELIB}/libcst/_parser/parso/python/__init__.pyo
${PYSITELIB}/libcst/_parser/parso/python/py_token.py
${PYSITELIB}/libcst/_parser/parso/python/py_token.pyc
${PYSITELIB}/libcst/_parser/parso/python/py_token.pyo
${PYSITELIB}/libcst/_parser/parso/python/token.py
${PYSITELIB}/libcst/_parser/parso/python/token.pyc
${PYSITELIB}/libcst/_parser/parso/python/token.pyo
${PYSITELIB}/libcst/_parser/parso/python/tokenize.py
${PYSITELIB}/libcst/_parser/parso/python/tokenize.pyc
${PYSITELIB}/libcst/_parser/parso/python/tokenize.pyo
${PYSITELIB}/libcst/_parser/parso/tests/__init__.py
${PYSITELIB}/libcst/_parser/parso/tests/__init__.pyc
${PYSITELIB}/libcst/_parser/parso/tests/__init__.pyo
${PYSITELIB}/libcst/_parser/parso/tests/test_fstring.py
${PYSITELIB}/libcst/_parser/parso/tests/test_fstring.pyc
${PYSITELIB}/libcst/_parser/parso/tests/test_fstring.pyo
${PYSITELIB}/libcst/_parser/parso/tests/test_tokenize.py
${PYSITELIB}/libcst/_parser/parso/tests/test_tokenize.pyc
${PYSITELIB}/libcst/_parser/parso/tests/test_tokenize.pyo
${PYSITELIB}/libcst/_parser/parso/tests/test_utils.py
${PYSITELIB}/libcst/_parser/parso/tests/test_utils.pyc
${PYSITELIB}/libcst/_parser/parso/tests/test_utils.pyo
${PYSITELIB}/libcst/_parser/parso/utils.py
${PYSITELIB}/libcst/_parser/parso/utils.pyc
${PYSITELIB}/libcst/_parser/parso/utils.pyo
${PYSITELIB}/libcst/_parser/production_decorator.py
${PYSITELIB}/libcst/_parser/production_decorator.pyc
${PYSITELIB}/libcst/_parser/production_decorator.pyo
${PYSITELIB}/libcst/_parser/py_whitespace_parser.py
${PYSITELIB}/libcst/_parser/py_whitespace_parser.pyc
${PYSITELIB}/libcst/_parser/py_whitespace_parser.pyo
${PYSITELIB}/libcst/_parser/python_parser.py
${PYSITELIB}/libcst/_parser/python_parser.pyc
${PYSITELIB}/libcst/_parser/python_parser.pyo
${PYSITELIB}/libcst/_parser/tests/__init__.py
${PYSITELIB}/libcst/_parser/tests/__init__.pyc
${PYSITELIB}/libcst/_parser/tests/__init__.pyo
${PYSITELIB}/libcst/_parser/tests/test_config.py
${PYSITELIB}/libcst/_parser/tests/test_config.pyc
${PYSITELIB}/libcst/_parser/tests/test_config.pyo
${PYSITELIB}/libcst/_parser/tests/test_detect_config.py
${PYSITELIB}/libcst/_parser/tests/test_detect_config.pyc
${PYSITELIB}/libcst/_parser/tests/test_detect_config.pyo
${PYSITELIB}/libcst/_parser/tests/test_footer_behavior.py
${PYSITELIB}/libcst/_parser/tests/test_footer_behavior.pyc
${PYSITELIB}/libcst/_parser/tests/test_footer_behavior.pyo
${PYSITELIB}/libcst/_parser/tests/test_node_identity.py
${PYSITELIB}/libcst/_parser/tests/test_node_identity.pyc
${PYSITELIB}/libcst/_parser/tests/test_node_identity.pyo
${PYSITELIB}/libcst/_parser/tests/test_parse_errors.py
${PYSITELIB}/libcst/_parser/tests/test_parse_errors.pyc
${PYSITELIB}/libcst/_parser/tests/test_parse_errors.pyo
${PYSITELIB}/libcst/_parser/tests/test_version_compare.py
${PYSITELIB}/libcst/_parser/tests/test_version_compare.pyc
${PYSITELIB}/libcst/_parser/tests/test_version_compare.pyo
${PYSITELIB}/libcst/_parser/tests/test_whitespace_parser.py
${PYSITELIB}/libcst/_parser/tests/test_whitespace_parser.pyc
${PYSITELIB}/libcst/_parser/tests/test_whitespace_parser.pyo
${PYSITELIB}/libcst/_parser/tests/test_wrapped_tokenize.py
${PYSITELIB}/libcst/_parser/tests/test_wrapped_tokenize.pyc
${PYSITELIB}/libcst/_parser/tests/test_wrapped_tokenize.pyo
${PYSITELIB}/libcst/_parser/types/__init__.py
${PYSITELIB}/libcst/_parser/types/__init__.pyc
${PYSITELIB}/libcst/_parser/types/__init__.pyo
${PYSITELIB}/libcst/_parser/types/config.py
${PYSITELIB}/libcst/_parser/types/config.pyc
${PYSITELIB}/libcst/_parser/types/config.pyo
${PYSITELIB}/libcst/_parser/types/conversions.py
${PYSITELIB}/libcst/_parser/types/conversions.pyc
${PYSITELIB}/libcst/_parser/types/conversions.pyo
${PYSITELIB}/libcst/_parser/types/partials.py
${PYSITELIB}/libcst/_parser/types/partials.pyc
${PYSITELIB}/libcst/_parser/types/partials.pyo
${PYSITELIB}/libcst/_parser/types/production.py
${PYSITELIB}/libcst/_parser/types/production.pyc
${PYSITELIB}/libcst/_parser/types/production.pyo
${PYSITELIB}/libcst/_parser/types/py_config.py
${PYSITELIB}/libcst/_parser/types/py_config.pyc
${PYSITELIB}/libcst/_parser/types/py_config.pyo
${PYSITELIB}/libcst/_parser/types/py_token.py
${PYSITELIB}/libcst/_parser/types/py_token.pyc
${PYSITELIB}/libcst/_parser/types/py_token.pyo
${PYSITELIB}/libcst/_parser/types/py_whitespace_state.py
${PYSITELIB}/libcst/_parser/types/py_whitespace_state.pyc
${PYSITELIB}/libcst/_parser/types/py_whitespace_state.pyo
${PYSITELIB}/libcst/_parser/types/tests/__init__.py
${PYSITELIB}/libcst/_parser/types/tests/__init__.pyc
${PYSITELIB}/libcst/_parser/types/tests/__init__.pyo
${PYSITELIB}/libcst/_parser/types/tests/test_config.py
${PYSITELIB}/libcst/_parser/types/tests/test_config.pyc
${PYSITELIB}/libcst/_parser/types/tests/test_config.pyo
${PYSITELIB}/libcst/_parser/types/token.py
${PYSITELIB}/libcst/_parser/types/token.pyc
${PYSITELIB}/libcst/_parser/types/token.pyo
${PYSITELIB}/libcst/_parser/types/whitespace_state.py
${PYSITELIB}/libcst/_parser/types/whitespace_state.pyc
${PYSITELIB}/libcst/_parser/types/whitespace_state.pyo
${PYSITELIB}/libcst/_parser/whitespace_parser.py
${PYSITELIB}/libcst/_parser/whitespace_parser.pyc
${PYSITELIB}/libcst/_parser/whitespace_parser.pyo
${PYSITELIB}/libcst/_parser/wrapped_tokenize.py
${PYSITELIB}/libcst/_parser/wrapped_tokenize.pyc
${PYSITELIB}/libcst/_parser/wrapped_tokenize.pyo
${PYSITELIB}/libcst/_position.py
${PYSITELIB}/libcst/_position.pyc
${PYSITELIB}/libcst/_position.pyo
${PYSITELIB}/libcst/_removal_sentinel.py
${PYSITELIB}/libcst/_removal_sentinel.pyc
${PYSITELIB}/libcst/_removal_sentinel.pyo
${PYSITELIB}/libcst/_tabs.py
${PYSITELIB}/libcst/_tabs.pyc
${PYSITELIB}/libcst/_tabs.pyo
${PYSITELIB}/libcst/_type_enforce.py
${PYSITELIB}/libcst/_type_enforce.pyc
${PYSITELIB}/libcst/_type_enforce.pyo
${PYSITELIB}/libcst/_typed_visitor.py
${PYSITELIB}/libcst/_typed_visitor.pyc
${PYSITELIB}/libcst/_typed_visitor.pyo
${PYSITELIB}/libcst/_typed_visitor_base.py
${PYSITELIB}/libcst/_typed_visitor_base.pyc
${PYSITELIB}/libcst/_typed_visitor_base.pyo
${PYSITELIB}/libcst/_types.py
${PYSITELIB}/libcst/_types.pyc
${PYSITELIB}/libcst/_types.pyo
${PYSITELIB}/libcst/_version.py
${PYSITELIB}/libcst/_version.pyc
${PYSITELIB}/libcst/_version.pyo
${PYSITELIB}/libcst/_visitors.py
${PYSITELIB}/libcst/_visitors.pyc
${PYSITELIB}/libcst/_visitors.pyo
${PYSITELIB}/libcst/codegen/__init__.py
${PYSITELIB}/libcst/codegen/__init__.pyc
${PYSITELIB}/libcst/codegen/__init__.pyo
${PYSITELIB}/libcst/codegen/gather.py
${PYSITELIB}/libcst/codegen/gather.pyc
${PYSITELIB}/libcst/codegen/gather.pyo
${PYSITELIB}/libcst/codegen/gen_matcher_classes.py
${PYSITELIB}/libcst/codegen/gen_matcher_classes.pyc
${PYSITELIB}/libcst/codegen/gen_matcher_classes.pyo
${PYSITELIB}/libcst/codegen/gen_type_mapping.py
${PYSITELIB}/libcst/codegen/gen_type_mapping.pyc
${PYSITELIB}/libcst/codegen/gen_type_mapping.pyo
${PYSITELIB}/libcst/codegen/gen_visitor_functions.py
${PYSITELIB}/libcst/codegen/gen_visitor_functions.pyc
${PYSITELIB}/libcst/codegen/gen_visitor_functions.pyo
${PYSITELIB}/libcst/codegen/generate.py
${PYSITELIB}/libcst/codegen/generate.pyc
${PYSITELIB}/libcst/codegen/generate.pyo
${PYSITELIB}/libcst/codegen/tests/__init__.py
${PYSITELIB}/libcst/codegen/tests/__init__.pyc
${PYSITELIB}/libcst/codegen/tests/__init__.pyo
${PYSITELIB}/libcst/codegen/tests/test_codegen_clean.py
${PYSITELIB}/libcst/codegen/tests/test_codegen_clean.pyc
${PYSITELIB}/libcst/codegen/tests/test_codegen_clean.pyo
${PYSITELIB}/libcst/codegen/transforms.py
${PYSITELIB}/libcst/codegen/transforms.pyc
${PYSITELIB}/libcst/codegen/transforms.pyo
${PYSITELIB}/libcst/codemod/__init__.py
${PYSITELIB}/libcst/codemod/__init__.pyc
${PYSITELIB}/libcst/codemod/__init__.pyo
${PYSITELIB}/libcst/codemod/_cli.py
${PYSITELIB}/libcst/codemod/_cli.pyc
${PYSITELIB}/libcst/codemod/_cli.pyo
${PYSITELIB}/libcst/codemod/_codemod.py
${PYSITELIB}/libcst/codemod/_codemod.pyc
${PYSITELIB}/libcst/codemod/_codemod.pyo
${PYSITELIB}/libcst/codemod/_command.py
${PYSITELIB}/libcst/codemod/_command.pyc
${PYSITELIB}/libcst/codemod/_command.pyo
${PYSITELIB}/libcst/codemod/_context.py
${PYSITELIB}/libcst/codemod/_context.pyc
${PYSITELIB}/libcst/codemod/_context.pyo
${PYSITELIB}/libcst/codemod/_dummy_pool.py
${PYSITELIB}/libcst/codemod/_dummy_pool.pyc
${PYSITELIB}/libcst/codemod/_dummy_pool.pyo
${PYSITELIB}/libcst/codemod/_runner.py
${PYSITELIB}/libcst/codemod/_runner.pyc
${PYSITELIB}/libcst/codemod/_runner.pyo
${PYSITELIB}/libcst/codemod/_testing.py
${PYSITELIB}/libcst/codemod/_testing.pyc
${PYSITELIB}/libcst/codemod/_testing.pyo
${PYSITELIB}/libcst/codemod/_visitor.py
${PYSITELIB}/libcst/codemod/_visitor.pyc
${PYSITELIB}/libcst/codemod/_visitor.pyo
${PYSITELIB}/libcst/codemod/commands/__init__.py
${PYSITELIB}/libcst/codemod/commands/__init__.pyc
${PYSITELIB}/libcst/codemod/commands/__init__.pyo
${PYSITELIB}/libcst/codemod/commands/add_pyre_directive.py
${PYSITELIB}/libcst/codemod/commands/add_pyre_directive.pyc
${PYSITELIB}/libcst/codemod/commands/add_pyre_directive.pyo
${PYSITELIB}/libcst/codemod/commands/convert_format_to_fstring.py
${PYSITELIB}/libcst/codemod/commands/convert_format_to_fstring.pyc
${PYSITELIB}/libcst/codemod/commands/convert_format_to_fstring.pyo
${PYSITELIB}/libcst/codemod/commands/convert_namedtuple_to_dataclass.py
${PYSITELIB}/libcst/codemod/commands/convert_namedtuple_to_dataclass.pyc
${PYSITELIB}/libcst/codemod/commands/convert_namedtuple_to_dataclass.pyo
${PYSITELIB}/libcst/codemod/commands/convert_percent_format_to_fstring.py
${PYSITELIB}/libcst/codemod/commands/convert_percent_format_to_fstring.pyc
${PYSITELIB}/libcst/codemod/commands/convert_percent_format_to_fstring.pyo
${PYSITELIB}/libcst/codemod/commands/convert_type_comments.py
${PYSITELIB}/libcst/codemod/commands/convert_type_comments.pyc
${PYSITELIB}/libcst/codemod/commands/convert_type_comments.pyo
${PYSITELIB}/libcst/codemod/commands/ensure_import_present.py
${PYSITELIB}/libcst/codemod/commands/ensure_import_present.pyc
${PYSITELIB}/libcst/codemod/commands/ensure_import_present.pyo
${PYSITELIB}/libcst/codemod/commands/fix_pyre_directives.py
${PYSITELIB}/libcst/codemod/commands/fix_pyre_directives.pyc
${PYSITELIB}/libcst/codemod/commands/fix_pyre_directives.pyo
${PYSITELIB}/libcst/codemod/commands/noop.py
${PYSITELIB}/libcst/codemod/commands/noop.pyc
${PYSITELIB}/libcst/codemod/commands/noop.pyo
${PYSITELIB}/libcst/codemod/commands/remove_pyre_directive.py
${PYSITELIB}/libcst/codemod/commands/remove_pyre_directive.pyc
${PYSITELIB}/libcst/codemod/commands/remove_pyre_directive.pyo
${PYSITELIB}/libcst/codemod/commands/remove_unused_imports.py
${PYSITELIB}/libcst/codemod/commands/remove_unused_imports.pyc
${PYSITELIB}/libcst/codemod/commands/remove_unused_imports.pyo
${PYSITELIB}/libcst/codemod/commands/rename.py
${PYSITELIB}/libcst/codemod/commands/rename.pyc
${PYSITELIB}/libcst/codemod/commands/rename.pyo
${PYSITELIB}/libcst/codemod/commands/strip_strings_from_types.py
${PYSITELIB}/libcst/codemod/commands/strip_strings_from_types.pyc
${PYSITELIB}/libcst/codemod/commands/strip_strings_from_types.pyo
${PYSITELIB}/libcst/codemod/commands/tests/__init__.py
${PYSITELIB}/libcst/codemod/commands/tests/__init__.pyc
${PYSITELIB}/libcst/codemod/commands/tests/__init__.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_add_pyre_directive.py
${PYSITELIB}/libcst/codemod/commands/tests/test_add_pyre_directive.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_add_pyre_directive.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_convert_format_to_fstring.py
${PYSITELIB}/libcst/codemod/commands/tests/test_convert_format_to_fstring.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_convert_format_to_fstring.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_convert_namedtuple_to_dataclass.py
${PYSITELIB}/libcst/codemod/commands/tests/test_convert_namedtuple_to_dataclass.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_convert_namedtuple_to_dataclass.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_convert_percent_format_to_fstring.py
${PYSITELIB}/libcst/codemod/commands/tests/test_convert_percent_format_to_fstring.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_convert_percent_format_to_fstring.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_convert_type_comments.py
${PYSITELIB}/libcst/codemod/commands/tests/test_convert_type_comments.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_convert_type_comments.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_ensure_import_present.py
${PYSITELIB}/libcst/codemod/commands/tests/test_ensure_import_present.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_ensure_import_present.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_fix_pyre_directives.py
${PYSITELIB}/libcst/codemod/commands/tests/test_fix_pyre_directives.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_fix_pyre_directives.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_noop.py
${PYSITELIB}/libcst/codemod/commands/tests/test_noop.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_noop.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_remove_pyre_directive.py
${PYSITELIB}/libcst/codemod/commands/tests/test_remove_pyre_directive.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_remove_pyre_directive.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_remove_unused_imports.py
${PYSITELIB}/libcst/codemod/commands/tests/test_remove_unused_imports.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_remove_unused_imports.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_rename.py
${PYSITELIB}/libcst/codemod/commands/tests/test_rename.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_rename.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_strip_strings_from_types.py
${PYSITELIB}/libcst/codemod/commands/tests/test_strip_strings_from_types.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_strip_strings_from_types.pyo
${PYSITELIB}/libcst/codemod/commands/tests/test_unnecessary_format_string.py
${PYSITELIB}/libcst/codemod/commands/tests/test_unnecessary_format_string.pyc
${PYSITELIB}/libcst/codemod/commands/tests/test_unnecessary_format_string.pyo
${PYSITELIB}/libcst/codemod/commands/unnecessary_format_string.py
${PYSITELIB}/libcst/codemod/commands/unnecessary_format_string.pyc
${PYSITELIB}/libcst/codemod/commands/unnecessary_format_string.pyo
${PYSITELIB}/libcst/codemod/tests/__init__.py
${PYSITELIB}/libcst/codemod/tests/__init__.pyc
${PYSITELIB}/libcst/codemod/tests/__init__.pyo
${PYSITELIB}/libcst/codemod/tests/codemod_formatter_error_input.py.txt
${PYSITELIB}/libcst/codemod/tests/test_cli.py
${PYSITELIB}/libcst/codemod/tests/test_cli.pyc
${PYSITELIB}/libcst/codemod/tests/test_cli.pyo
${PYSITELIB}/libcst/codemod/tests/test_codemod.py
${PYSITELIB}/libcst/codemod/tests/test_codemod.pyc
${PYSITELIB}/libcst/codemod/tests/test_codemod.pyo
${PYSITELIB}/libcst/codemod/tests/test_codemod_cli.py
${PYSITELIB}/libcst/codemod/tests/test_codemod_cli.pyc
${PYSITELIB}/libcst/codemod/tests/test_codemod_cli.pyo
${PYSITELIB}/libcst/codemod/tests/test_metadata.py
${PYSITELIB}/libcst/codemod/tests/test_metadata.pyc
${PYSITELIB}/libcst/codemod/tests/test_metadata.pyo
${PYSITELIB}/libcst/codemod/tests/test_runner.py
${PYSITELIB}/libcst/codemod/tests/test_runner.pyc
${PYSITELIB}/libcst/codemod/tests/test_runner.pyo
${PYSITELIB}/libcst/codemod/visitors/__init__.py
${PYSITELIB}/libcst/codemod/visitors/__init__.pyc
${PYSITELIB}/libcst/codemod/visitors/__init__.pyo
${PYSITELIB}/libcst/codemod/visitors/_add_imports.py
${PYSITELIB}/libcst/codemod/visitors/_add_imports.pyc
${PYSITELIB}/libcst/codemod/visitors/_add_imports.pyo
${PYSITELIB}/libcst/codemod/visitors/_apply_type_annotations.py
${PYSITELIB}/libcst/codemod/visitors/_apply_type_annotations.pyc
${PYSITELIB}/libcst/codemod/visitors/_apply_type_annotations.pyo
${PYSITELIB}/libcst/codemod/visitors/_gather_comments.py
${PYSITELIB}/libcst/codemod/visitors/_gather_comments.pyc
${PYSITELIB}/libcst/codemod/visitors/_gather_comments.pyo
${PYSITELIB}/libcst/codemod/visitors/_gather_exports.py
${PYSITELIB}/libcst/codemod/visitors/_gather_exports.pyc
${PYSITELIB}/libcst/codemod/visitors/_gather_exports.pyo
${PYSITELIB}/libcst/codemod/visitors/_gather_imports.py
${PYSITELIB}/libcst/codemod/visitors/_gather_imports.pyc
${PYSITELIB}/libcst/codemod/visitors/_gather_imports.pyo
${PYSITELIB}/libcst/codemod/visitors/_gather_string_annotation_names.py
${PYSITELIB}/libcst/codemod/visitors/_gather_string_annotation_names.pyc
${PYSITELIB}/libcst/codemod/visitors/_gather_string_annotation_names.pyo
${PYSITELIB}/libcst/codemod/visitors/_gather_unused_imports.py
${PYSITELIB}/libcst/codemod/visitors/_gather_unused_imports.pyc
${PYSITELIB}/libcst/codemod/visitors/_gather_unused_imports.pyo
${PYSITELIB}/libcst/codemod/visitors/_imports.py
${PYSITELIB}/libcst/codemod/visitors/_imports.pyc
${PYSITELIB}/libcst/codemod/visitors/_imports.pyo
${PYSITELIB}/libcst/codemod/visitors/_remove_imports.py
${PYSITELIB}/libcst/codemod/visitors/_remove_imports.pyc
${PYSITELIB}/libcst/codemod/visitors/_remove_imports.pyo
${PYSITELIB}/libcst/codemod/visitors/tests/__init__.py
${PYSITELIB}/libcst/codemod/visitors/tests/__init__.pyc
${PYSITELIB}/libcst/codemod/visitors/tests/__init__.pyo
${PYSITELIB}/libcst/codemod/visitors/tests/test_add_imports.py
${PYSITELIB}/libcst/codemod/visitors/tests/test_add_imports.pyc
${PYSITELIB}/libcst/codemod/visitors/tests/test_add_imports.pyo
${PYSITELIB}/libcst/codemod/visitors/tests/test_apply_type_annotations.py
${PYSITELIB}/libcst/codemod/visitors/tests/test_apply_type_annotations.pyc
${PYSITELIB}/libcst/codemod/visitors/tests/test_apply_type_annotations.pyo
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_comments.py
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_comments.pyc
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_comments.pyo
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_exports.py
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_exports.pyc
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_exports.pyo
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_imports.py
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_imports.pyc
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_imports.pyo
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_string_annotation_names.py
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_string_annotation_names.pyc
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_string_annotation_names.pyo
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_unused_imports.py
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_unused_imports.pyc
${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_unused_imports.pyo
${PYSITELIB}/libcst/codemod/visitors/tests/test_remove_imports.py
${PYSITELIB}/libcst/codemod/visitors/tests/test_remove_imports.pyc
${PYSITELIB}/libcst/codemod/visitors/tests/test_remove_imports.pyo
${PYSITELIB}/libcst/helpers/__init__.py
${PYSITELIB}/libcst/helpers/__init__.pyc
${PYSITELIB}/libcst/helpers/__init__.pyo
${PYSITELIB}/libcst/helpers/_statement.py
${PYSITELIB}/libcst/helpers/_statement.pyc
${PYSITELIB}/libcst/helpers/_statement.pyo
${PYSITELIB}/libcst/helpers/_template.py
${PYSITELIB}/libcst/helpers/_template.pyc
${PYSITELIB}/libcst/helpers/_template.pyo
${PYSITELIB}/libcst/helpers/common.py
${PYSITELIB}/libcst/helpers/common.pyc
${PYSITELIB}/libcst/helpers/common.pyo
${PYSITELIB}/libcst/helpers/expression.py
${PYSITELIB}/libcst/helpers/expression.pyc
${PYSITELIB}/libcst/helpers/expression.pyo
${PYSITELIB}/libcst/helpers/module.py
${PYSITELIB}/libcst/helpers/module.pyc
${PYSITELIB}/libcst/helpers/module.pyo
${PYSITELIB}/libcst/helpers/tests/__init__.py
${PYSITELIB}/libcst/helpers/tests/__init__.pyc
${PYSITELIB}/libcst/helpers/tests/__init__.pyo
${PYSITELIB}/libcst/helpers/tests/test_expression.py
${PYSITELIB}/libcst/helpers/tests/test_expression.pyc
${PYSITELIB}/libcst/helpers/tests/test_expression.pyo
${PYSITELIB}/libcst/helpers/tests/test_module.py
${PYSITELIB}/libcst/helpers/tests/test_module.pyc
${PYSITELIB}/libcst/helpers/tests/test_module.pyo
${PYSITELIB}/libcst/helpers/tests/test_statement.py
${PYSITELIB}/libcst/helpers/tests/test_statement.pyc
${PYSITELIB}/libcst/helpers/tests/test_statement.pyo
${PYSITELIB}/libcst/helpers/tests/test_template.py
${PYSITELIB}/libcst/helpers/tests/test_template.pyc
${PYSITELIB}/libcst/helpers/tests/test_template.pyo
${PYSITELIB}/libcst/matchers/__init__.py
${PYSITELIB}/libcst/matchers/__init__.pyc
${PYSITELIB}/libcst/matchers/__init__.pyo
${PYSITELIB}/libcst/matchers/_decorators.py
${PYSITELIB}/libcst/matchers/_decorators.pyc
${PYSITELIB}/libcst/matchers/_decorators.pyo
${PYSITELIB}/libcst/matchers/_matcher_base.py
${PYSITELIB}/libcst/matchers/_matcher_base.pyc
${PYSITELIB}/libcst/matchers/_matcher_base.pyo
${PYSITELIB}/libcst/matchers/_return_types.py
${PYSITELIB}/libcst/matchers/_return_types.pyc
${PYSITELIB}/libcst/matchers/_return_types.pyo
${PYSITELIB}/libcst/matchers/_visitors.py
${PYSITELIB}/libcst/matchers/_visitors.pyc
${PYSITELIB}/libcst/matchers/_visitors.pyo
${PYSITELIB}/libcst/matchers/tests/__init__.py
${PYSITELIB}/libcst/matchers/tests/__init__.pyc
${PYSITELIB}/libcst/matchers/tests/__init__.pyo
${PYSITELIB}/libcst/matchers/tests/test_decorators.py
${PYSITELIB}/libcst/matchers/tests/test_decorators.pyc
${PYSITELIB}/libcst/matchers/tests/test_decorators.pyo
${PYSITELIB}/libcst/matchers/tests/test_extract.py
${PYSITELIB}/libcst/matchers/tests/test_extract.pyc
${PYSITELIB}/libcst/matchers/tests/test_extract.pyo
${PYSITELIB}/libcst/matchers/tests/test_findall.py
${PYSITELIB}/libcst/matchers/tests/test_findall.pyc
${PYSITELIB}/libcst/matchers/tests/test_findall.pyo
${PYSITELIB}/libcst/matchers/tests/test_matchers.py
${PYSITELIB}/libcst/matchers/tests/test_matchers.pyc
${PYSITELIB}/libcst/matchers/tests/test_matchers.pyo
${PYSITELIB}/libcst/matchers/tests/test_matchers_with_metadata.py
${PYSITELIB}/libcst/matchers/tests/test_matchers_with_metadata.pyc
${PYSITELIB}/libcst/matchers/tests/test_matchers_with_metadata.pyo
${PYSITELIB}/libcst/matchers/tests/test_replace.py
${PYSITELIB}/libcst/matchers/tests/test_replace.pyc
${PYSITELIB}/libcst/matchers/tests/test_replace.pyo
${PYSITELIB}/libcst/matchers/tests/test_visitors.py
${PYSITELIB}/libcst/matchers/tests/test_visitors.pyc
${PYSITELIB}/libcst/matchers/tests/test_visitors.pyo
${PYSITELIB}/libcst/metadata/__init__.py
${PYSITELIB}/libcst/metadata/__init__.pyc
${PYSITELIB}/libcst/metadata/__init__.pyo
${PYSITELIB}/libcst/metadata/base_provider.py
${PYSITELIB}/libcst/metadata/base_provider.pyc
${PYSITELIB}/libcst/metadata/base_provider.pyo
${PYSITELIB}/libcst/metadata/expression_context_provider.py
${PYSITELIB}/libcst/metadata/expression_context_provider.pyc
${PYSITELIB}/libcst/metadata/expression_context_provider.pyo
${PYSITELIB}/libcst/metadata/full_repo_manager.py
${PYSITELIB}/libcst/metadata/full_repo_manager.pyc
${PYSITELIB}/libcst/metadata/full_repo_manager.pyo
${PYSITELIB}/libcst/metadata/name_provider.py
${PYSITELIB}/libcst/metadata/name_provider.pyc
${PYSITELIB}/libcst/metadata/name_provider.pyo
${PYSITELIB}/libcst/metadata/parent_node_provider.py
${PYSITELIB}/libcst/metadata/parent_node_provider.pyc
${PYSITELIB}/libcst/metadata/parent_node_provider.pyo
${PYSITELIB}/libcst/metadata/position_provider.py
${PYSITELIB}/libcst/metadata/position_provider.pyc
${PYSITELIB}/libcst/metadata/position_provider.pyo
${PYSITELIB}/libcst/metadata/reentrant_codegen.py
${PYSITELIB}/libcst/metadata/reentrant_codegen.pyc
${PYSITELIB}/libcst/metadata/reentrant_codegen.pyo
${PYSITELIB}/libcst/metadata/scope_provider.py
${PYSITELIB}/libcst/metadata/scope_provider.pyc
${PYSITELIB}/libcst/metadata/scope_provider.pyo
${PYSITELIB}/libcst/metadata/span_provider.py
${PYSITELIB}/libcst/metadata/span_provider.pyc
${PYSITELIB}/libcst/metadata/span_provider.pyo
${PYSITELIB}/libcst/metadata/tests/__init__.py
${PYSITELIB}/libcst/metadata/tests/__init__.pyc
${PYSITELIB}/libcst/metadata/tests/__init__.pyo
${PYSITELIB}/libcst/metadata/tests/test_base_provider.py
${PYSITELIB}/libcst/metadata/tests/test_base_provider.pyc
${PYSITELIB}/libcst/metadata/tests/test_base_provider.pyo
${PYSITELIB}/libcst/metadata/tests/test_expression_context_provider.py
${PYSITELIB}/libcst/metadata/tests/test_expression_context_provider.pyc
${PYSITELIB}/libcst/metadata/tests/test_expression_context_provider.pyo
${PYSITELIB}/libcst/metadata/tests/test_full_repo_manager.py
${PYSITELIB}/libcst/metadata/tests/test_full_repo_manager.pyc
${PYSITELIB}/libcst/metadata/tests/test_full_repo_manager.pyo
${PYSITELIB}/libcst/metadata/tests/test_metadata_provider.py
${PYSITELIB}/libcst/metadata/tests/test_metadata_provider.pyc
${PYSITELIB}/libcst/metadata/tests/test_metadata_provider.pyo
${PYSITELIB}/libcst/metadata/tests/test_metadata_wrapper.py
${PYSITELIB}/libcst/metadata/tests/test_metadata_wrapper.pyc
${PYSITELIB}/libcst/metadata/tests/test_metadata_wrapper.pyo
${PYSITELIB}/libcst/metadata/tests/test_name_provider.py
${PYSITELIB}/libcst/metadata/tests/test_name_provider.pyc
${PYSITELIB}/libcst/metadata/tests/test_name_provider.pyo
${PYSITELIB}/libcst/metadata/tests/test_parent_node_provider.py
${PYSITELIB}/libcst/metadata/tests/test_parent_node_provider.pyc
${PYSITELIB}/libcst/metadata/tests/test_parent_node_provider.pyo
${PYSITELIB}/libcst/metadata/tests/test_position_provider.py
${PYSITELIB}/libcst/metadata/tests/test_position_provider.pyc
${PYSITELIB}/libcst/metadata/tests/test_position_provider.pyo
${PYSITELIB}/libcst/metadata/tests/test_reentrant_codegen.py
${PYSITELIB}/libcst/metadata/tests/test_reentrant_codegen.pyc
${PYSITELIB}/libcst/metadata/tests/test_reentrant_codegen.pyo
${PYSITELIB}/libcst/metadata/tests/test_scope_provider.py
${PYSITELIB}/libcst/metadata/tests/test_scope_provider.pyc
${PYSITELIB}/libcst/metadata/tests/test_scope_provider.pyo
${PYSITELIB}/libcst/metadata/tests/test_span_provider.py
${PYSITELIB}/libcst/metadata/tests/test_span_provider.pyc
${PYSITELIB}/libcst/metadata/tests/test_span_provider.pyo
${PYSITELIB}/libcst/metadata/tests/test_type_inference_provider.py
${PYSITELIB}/libcst/metadata/tests/test_type_inference_provider.pyc
${PYSITELIB}/libcst/metadata/tests/test_type_inference_provider.pyo
${PYSITELIB}/libcst/metadata/type_inference_provider.py
${PYSITELIB}/libcst/metadata/type_inference_provider.pyc
${PYSITELIB}/libcst/metadata/type_inference_provider.pyo
${PYSITELIB}/libcst/metadata/wrapper.py
${PYSITELIB}/libcst/metadata/wrapper.pyc
${PYSITELIB}/libcst/metadata/wrapper.pyo
${PYSITELIB}/libcst/native.so
${PYSITELIB}/libcst/py.typed
${PYSITELIB}/libcst/testing/__init__.py
${PYSITELIB}/libcst/testing/__init__.pyc
${PYSITELIB}/libcst/testing/__init__.pyo
${PYSITELIB}/libcst/testing/utils.py
${PYSITELIB}/libcst/testing/utils.pyc
${PYSITELIB}/libcst/testing/utils.pyo
${PYSITELIB}/libcst/tests/__init__.py
${PYSITELIB}/libcst/tests/__init__.pyc
${PYSITELIB}/libcst/tests/__init__.pyo
${PYSITELIB}/libcst/tests/test_add_slots.py
${PYSITELIB}/libcst/tests/test_add_slots.pyc
${PYSITELIB}/libcst/tests/test_add_slots.pyo
${PYSITELIB}/libcst/tests/test_batched_visitor.py
${PYSITELIB}/libcst/tests/test_batched_visitor.pyc
${PYSITELIB}/libcst/tests/test_batched_visitor.pyo
${PYSITELIB}/libcst/tests/test_deep_clone.py
${PYSITELIB}/libcst/tests/test_deep_clone.pyc
${PYSITELIB}/libcst/tests/test_deep_clone.pyo
${PYSITELIB}/libcst/tests/test_deep_replace.py
${PYSITELIB}/libcst/tests/test_deep_replace.pyc
${PYSITELIB}/libcst/tests/test_deep_replace.pyo
${PYSITELIB}/libcst/tests/test_e2e.py
${PYSITELIB}/libcst/tests/test_e2e.pyc
${PYSITELIB}/libcst/tests/test_e2e.pyo
${PYSITELIB}/libcst/tests/test_exceptions.py
${PYSITELIB}/libcst/tests/test_exceptions.pyc
${PYSITELIB}/libcst/tests/test_exceptions.pyo
${PYSITELIB}/libcst/tests/test_fuzz.py
${PYSITELIB}/libcst/tests/test_fuzz.pyc
${PYSITELIB}/libcst/tests/test_fuzz.pyo
${PYSITELIB}/libcst/tests/test_pyre_integration.py
${PYSITELIB}/libcst/tests/test_pyre_integration.pyc
${PYSITELIB}/libcst/tests/test_pyre_integration.pyo
${PYSITELIB}/libcst/tests/test_tabs.py
${PYSITELIB}/libcst/tests/test_tabs.pyc
${PYSITELIB}/libcst/tests/test_tabs.pyo
${PYSITELIB}/libcst/tests/test_tool.py
${PYSITELIB}/libcst/tests/test_tool.pyc
${PYSITELIB}/libcst/tests/test_tool.pyo
${PYSITELIB}/libcst/tests/test_type_enforce.py
${PYSITELIB}/libcst/tests/test_type_enforce.pyc
${PYSITELIB}/libcst/tests/test_type_enforce.pyo
${PYSITELIB}/libcst/tests/test_visitor.py
${PYSITELIB}/libcst/tests/test_visitor.pyc
${PYSITELIB}/libcst/tests/test_visitor.pyo
${PYSITELIB}/libcst/tool.py
${PYSITELIB}/libcst/tool.pyc
${PYSITELIB}/libcst/tool.pyo