.gitignore
CHANGELOG.md
JSONOutput.md
LICENSE
README.md
requirements.txt
setup.py
.github/workflows/libsa4py_test.yaml
.github/workflows/publish.yaml
libsa4py/__init__.py
libsa4py/__main__.py
libsa4py/cst_extractor.py
libsa4py/cst_lenient_parser.py
libsa4py/cst_pipeline.py
libsa4py/cst_transformers.py
libsa4py/cst_visitor.py
libsa4py/exceptions.py
libsa4py/helper.py
libsa4py/merge.py
libsa4py/nl_preprocessing.py
libsa4py/pyre.py
libsa4py/representations.py
libsa4py/tc_errcodes.toml
libsa4py/type_check.py
libsa4py/utils.py
libsa4py.egg-info/PKG-INFO
libsa4py.egg-info/SOURCES.txt
libsa4py.egg-info/dependency_links.txt
libsa4py.egg-info/entry_points.txt
libsa4py.egg-info/requires.txt
libsa4py.egg-info/top_level.txt
tests/__init__.py
tests/constans.py
tests/example.py
tests/test_assignments.py
tests/test_cst_transformers.py
tests/test_different_fns.py
tests/test_docstrings.py
tests/test_extractor.py
tests/test_helper.py
tests/test_imports.py
tests/test_pipeline.py
tests/test_qualified_types_.py
tests/test_representations.py
tests/test_type_apply.py
tests/test_vars_args_occur.py
tests/test_visitors.py
tests/examples/__init__.py
tests/examples/assignments.py
tests/examples/comment_removal.py
tests/examples/different_fns.py
tests/examples/docstrings.py
tests/examples/imports.py
tests/examples/num_removal.py
tests/examples/qualified_types.py
tests/examples/representations.py
tests/examples/space_tokens.py
tests/examples/string_removal.py
tests/examples/type_annot_count.py
tests/examples/type_annot_removal.py
tests/examples/type_apply_ex.json
tests/examples/types_prop.py
tests/examples/vars_args_occur.py
tests/examples/vars_types_pyre.py
tests/examples/vars_types_pyre_data.json
tests/exp_outputs/added_space.py
tests/exp_outputs/extractor_out.json
tests/exp_outputs/extractor_out_wo_seq2seq.json
tests/exp_outputs/normalized_mod_code.txt
tests/exp_outputs/propagated_types.py
tests/exp_outputs/removed_com_docs.py
tests/exp_outputs/removed_num.py
tests/exp_outputs/removed_str.py
tests/exp_outputs/removed_type_annot.py
tests/exp_outputs/testsexamples.json
tests/exp_outputs/testsexamples_nonlp.json