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