LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
tcs_pythonwhat/State.py
tcs_pythonwhat/Test.py
tcs_pythonwhat/__init__.py
tcs_pythonwhat/converters.py
tcs_pythonwhat/feedback.py
tcs_pythonwhat/local.py
tcs_pythonwhat/parsing.py
tcs_pythonwhat/probe.py
tcs_pythonwhat/sct_syntax.py
tcs_pythonwhat/signatures.py
tcs_pythonwhat/tasks.py
tcs_pythonwhat/test_exercise.py
tcs_pythonwhat/utils.py
tcs_pythonwhat/utils_ast.py
tcs_pythonwhat/utils_env.py
tcs_pythonwhat.egg-info/PKG-INFO
tcs_pythonwhat.egg-info/SOURCES.txt
tcs_pythonwhat.egg-info/dependency_links.txt
tcs_pythonwhat.egg-info/requires.txt
tcs_pythonwhat.egg-info/top_level.txt
tcs_pythonwhat/checks/__init__.py
tcs_pythonwhat/checks/check_funcs.py
tcs_pythonwhat/checks/check_function.py
tcs_pythonwhat/checks/check_has_context.py
tcs_pythonwhat/checks/check_logic.py
tcs_pythonwhat/checks/check_object.py
tcs_pythonwhat/checks/check_wrappers.py
tcs_pythonwhat/checks/has_funcs.py
tcs_pythonwhat/test_funcs/__init__.py
tcs_pythonwhat/test_funcs/test_compound_statement.py
tcs_pythonwhat/test_funcs/test_function.py
tcs_pythonwhat/test_funcs/test_object.py
tcs_pythonwhat/test_funcs/test_object_accessed.py
tcs_pythonwhat/test_funcs/utils.py