.DS_Store
.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
coverage.svg
pyproject.toml
pytest.ini
setup.cfg
setup.py
.github/workflows/python-package.yml
examples/__init__.py
examples/ask_google.py
examples/find_class_method.py
examples/find_function.py
examples/lookup_error.py
examples/message_panels.py
examples/print_function.py
examples/print_method.py
examples/showpi.py
examples/tracebacks.py
examples/what.py
media/.DS_Store
media/20_cut.gif
media/ask.png
media/config.yml
media/find_class_method.png
media/find_function.png
media/intro.png
media/intro_cut.gif
media/panels.png
media/print_function.png
media/showpi.png
media/traceback.png
media/what.png
media/what_var.png
media/why.png
pyinspect/__init__.py
pyinspect/_answers.py
pyinspect/_colors.py
pyinspect/_exceptions.py
pyinspect/_find.py
pyinspect/_rich.py
pyinspect/answers.py
pyinspect/builtins.py
pyinspect/classes.py
pyinspect/exceptions.py
pyinspect/find.py
pyinspect/panels.py
pyinspect/show.py
pyinspect/utils.py
pyinspect.egg-info/PKG-INFO
pyinspect.egg-info/SOURCES.txt
pyinspect.egg-info/dependency_links.txt
pyinspect.egg-info/entry_points.txt
pyinspect.egg-info/not-zip-safe
pyinspect.egg-info/requires.txt
pyinspect.egg-info/top_level.txt
scripts/README.md
scripts/convert_save_gif.sh
scripts/get_gif_last_frame.py
scripts/record.sh
scripts/run_all_examples.sh
scripts/trim_gif.sh
scripts/readme/ask.py
scripts/readme/find_function.py
scripts/readme/intro.py
scripts/readme/panels.py
scripts/readme/print_function.py
scripts/readme/tracebacks.py
scripts/readme/what.py
tests/__init__.py
tests/test_ask.py
tests/test_builtins.py
tests/test_classes.py
tests/test_examples.py
tests/test_get_answers.py
tests/test_panels.py
tests/test_search.py
tests/test_showme.py
tests/test_tracebacks.py
tests/test_utils.py
tests/test_what.py