.gitignore
LICENSE.txt
MANIFEST.in
README.md
make_release.sh
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/pytest.yml
snoop/__init__.py
snoop/configuration.py
snoop/formatting.py
snoop/ipython.py
snoop/pp_module.py
snoop/tracer.py
snoop/utils.py
snoop/variables.py
snoop/version.py
snoop.egg-info/PKG-INFO
snoop.egg-info/SOURCES.txt
snoop.egg-info/dependency_links.txt
snoop.egg-info/not-zip-safe
snoop.egg-info/requires.txt
snoop.egg-info/top_level.txt
tests/__init__.py
tests/fake_django_settings.py
tests/test_snoop.py
tests/version_differences.txt
tests/sample_results/2.7/all_columns.txt
tests/sample_results/2.7/cellvars.txt
tests/sample_results/2.7/color.txt
tests/sample_results/2.7/comprehensions.txt
tests/sample_results/2.7/confusing_decorator_lines.txt
tests/sample_results/2.7/decorator_exception.txt
tests/sample_results/2.7/depth.txt
tests/sample_results/2.7/enabled.txt
tests/sample_results/2.7/enabled2.txt
tests/sample_results/2.7/end_finally.txt
tests/sample_results/2.7/exception.txt
tests/sample_results/2.7/generator.txt
tests/sample_results/2.7/generator_expression.txt
tests/sample_results/2.7/indentation.txt
tests/sample_results/2.7/install_enabled.txt
tests/sample_results/2.7/lambda_function.txt
tests/sample_results/2.7/long_variable.txt
tests/sample_results/2.7/method_and_prefix.txt
tests/sample_results/2.7/multiline.txt
tests/sample_results/2.7/no_columns.txt
tests/sample_results/2.7/pandas_sample.txt
tests/sample_results/2.7/pp.txt
tests/sample_results/2.7/pp_custom_pformat.txt
tests/sample_results/2.7/pp_exception.txt
tests/sample_results/2.7/recursion.txt
tests/sample_results/2.7/spy.txt
tests/sample_results/2.7/threads.txt
tests/sample_results/2.7/unavailable_source.txt
tests/sample_results/2.7/var_order.txt
tests/sample_results/2.7/variables_classes.txt
tests/sample_results/2.7/watch.txt
tests/sample_results/2.7/watch_explode.txt
tests/sample_results/2.7/watch_extras.txt
tests/sample_results/2.7/with_block.txt
tests/sample_results/2.7/with_block_depth.txt
tests/sample_results/2.7/with_no_args.txt
tests/sample_results/3.10/all_columns.txt
tests/sample_results/3.10/cellvars.txt
tests/sample_results/3.10/color.txt
tests/sample_results/3.10/comprehensions.txt
tests/sample_results/3.10/confusing_decorator_lines.txt
tests/sample_results/3.10/decorator_exception.txt
tests/sample_results/3.10/depth.txt
tests/sample_results/3.10/django_sample.txt
tests/sample_results/3.10/enabled.txt
tests/sample_results/3.10/enabled2.txt
tests/sample_results/3.10/end_finally.txt
tests/sample_results/3.10/exception.txt
tests/sample_results/3.10/f_string.txt
tests/sample_results/3.10/generator.txt
tests/sample_results/3.10/generator_expression.txt
tests/sample_results/3.10/indentation.txt
tests/sample_results/3.10/install_enabled.txt
tests/sample_results/3.10/lambda_function.txt
tests/sample_results/3.10/long_variable.txt
tests/sample_results/3.10/method_and_prefix.txt
tests/sample_results/3.10/multiline.txt
tests/sample_results/3.10/no_columns.txt
tests/sample_results/3.10/pandas_sample.txt
tests/sample_results/3.10/pp.txt
tests/sample_results/3.10/pp_custom_pformat.txt
tests/sample_results/3.10/pp_exception.txt
tests/sample_results/3.10/recursion.txt
tests/sample_results/3.10/spy.txt
tests/sample_results/3.10/threads.txt
tests/sample_results/3.10/unavailable_source.txt
tests/sample_results/3.10/var_order.txt
tests/sample_results/3.10/variables_classes.txt
tests/sample_results/3.10/watch.txt
tests/sample_results/3.10/watch_explode.txt
tests/sample_results/3.10/watch_extras.txt
tests/sample_results/3.10/with_block.txt
tests/sample_results/3.10/with_block_depth.txt
tests/sample_results/3.10/with_no_args.txt
tests/sample_results/3.11/all_columns.txt
tests/sample_results/3.11/cellvars.txt
tests/sample_results/3.11/color.txt
tests/sample_results/3.11/comprehensions.txt
tests/sample_results/3.11/confusing_decorator_lines.txt
tests/sample_results/3.11/decorator_exception.txt
tests/sample_results/3.11/depth.txt
tests/sample_results/3.11/django_sample.txt
tests/sample_results/3.11/enabled.txt
tests/sample_results/3.11/enabled2.txt
tests/sample_results/3.11/end_finally.txt
tests/sample_results/3.11/exception.txt
tests/sample_results/3.11/f_string.txt
tests/sample_results/3.11/generator.txt
tests/sample_results/3.11/generator_expression.txt
tests/sample_results/3.11/indentation.txt
tests/sample_results/3.11/install_enabled.txt
tests/sample_results/3.11/lambda_function.txt
tests/sample_results/3.11/long_variable.txt
tests/sample_results/3.11/method_and_prefix.txt
tests/sample_results/3.11/multiline.txt
tests/sample_results/3.11/no_columns.txt
tests/sample_results/3.11/pandas_sample.txt
tests/sample_results/3.11/pp.txt
tests/sample_results/3.11/pp_custom_pformat.txt
tests/sample_results/3.11/pp_exception.txt
tests/sample_results/3.11/recursion.txt
tests/sample_results/3.11/spy.txt
tests/sample_results/3.11/threads.txt
tests/sample_results/3.11/unavailable_source.txt
tests/sample_results/3.11/var_order.txt
tests/sample_results/3.11/variables_classes.txt
tests/sample_results/3.11/watch.txt
tests/sample_results/3.11/watch_explode.txt
tests/sample_results/3.11/watch_extras.txt
tests/sample_results/3.11/with_block.txt
tests/sample_results/3.11/with_block_depth.txt
tests/sample_results/3.11/with_no_args.txt
tests/sample_results/3.4/all_columns.txt
tests/sample_results/3.4/cellvars.txt
tests/sample_results/3.4/color.txt
tests/sample_results/3.4/comprehensions.txt
tests/sample_results/3.4/confusing_decorator_lines.txt
tests/sample_results/3.4/decorator_exception.txt
tests/sample_results/3.4/depth.txt
tests/sample_results/3.4/django_sample.txt
tests/sample_results/3.4/enabled2.txt
tests/sample_results/3.4/end_finally.txt
tests/sample_results/3.4/exception.txt
tests/sample_results/3.4/generator.txt
tests/sample_results/3.4/generator_expression.txt
tests/sample_results/3.4/indentation.txt
tests/sample_results/3.4/install_enabled.txt
tests/sample_results/3.4/lambda_function.txt
tests/sample_results/3.4/long_variable.txt
tests/sample_results/3.4/method_and_prefix.txt
tests/sample_results/3.4/multiline.txt
tests/sample_results/3.4/no_columns.txt
tests/sample_results/3.4/pp.txt
tests/sample_results/3.4/pp_custom_pformat.txt
tests/sample_results/3.4/pp_exception.txt
tests/sample_results/3.4/recursion.txt
tests/sample_results/3.4/threads.txt
tests/sample_results/3.4/unavailable_source.txt
tests/sample_results/3.4/var_order.txt
tests/sample_results/3.4/variables_classes.txt
tests/sample_results/3.4/watch.txt
tests/sample_results/3.4/watch_explode.txt
tests/sample_results/3.4/watch_extras.txt
tests/sample_results/3.4/with_block.txt
tests/sample_results/3.4/with_block_depth.txt
tests/sample_results/3.4/with_no_args.txt
tests/sample_results/3.5/all_columns.txt
tests/sample_results/3.5/cellvars.txt
tests/sample_results/3.5/color.txt
tests/sample_results/3.5/comprehensions.txt
tests/sample_results/3.5/confusing_decorator_lines.txt
tests/sample_results/3.5/decorator_exception.txt
tests/sample_results/3.5/depth.txt
tests/sample_results/3.5/django_sample.txt
tests/sample_results/3.5/enabled.txt
tests/sample_results/3.5/enabled2.txt
tests/sample_results/3.5/end_finally.txt
tests/sample_results/3.5/exception.txt
tests/sample_results/3.5/generator.txt
tests/sample_results/3.5/generator_expression.txt
tests/sample_results/3.5/indentation.txt
tests/sample_results/3.5/install_enabled.txt
tests/sample_results/3.5/lambda_function.txt
tests/sample_results/3.5/long_variable.txt
tests/sample_results/3.5/method_and_prefix.txt
tests/sample_results/3.5/multiline.txt
tests/sample_results/3.5/no_columns.txt
tests/sample_results/3.5/pandas_sample.txt
tests/sample_results/3.5/pp.txt
tests/sample_results/3.5/pp_custom_pformat.txt
tests/sample_results/3.5/pp_exception.txt
tests/sample_results/3.5/recursion.txt
tests/sample_results/3.5/spy.txt
tests/sample_results/3.5/threads.txt
tests/sample_results/3.5/unavailable_source.txt
tests/sample_results/3.5/var_order.txt
tests/sample_results/3.5/variables_classes.txt
tests/sample_results/3.5/watch.txt
tests/sample_results/3.5/watch_explode.txt
tests/sample_results/3.5/watch_extras.txt
tests/sample_results/3.5/with_block.txt
tests/sample_results/3.5/with_block_depth.txt
tests/sample_results/3.5/with_no_args.txt
tests/sample_results/3.6/all_columns.txt
tests/sample_results/3.6/cellvars.txt
tests/sample_results/3.6/color.txt
tests/sample_results/3.6/comprehensions.txt
tests/sample_results/3.6/confusing_decorator_lines.txt
tests/sample_results/3.6/decorator_exception.txt
tests/sample_results/3.6/depth.txt
tests/sample_results/3.6/django_sample.txt
tests/sample_results/3.6/enabled.txt
tests/sample_results/3.6/enabled2.txt
tests/sample_results/3.6/end_finally.txt
tests/sample_results/3.6/exception.txt
tests/sample_results/3.6/f_string.txt
tests/sample_results/3.6/generator.txt
tests/sample_results/3.6/generator_expression.txt
tests/sample_results/3.6/indentation.txt
tests/sample_results/3.6/install_enabled.txt
tests/sample_results/3.6/lambda_function.txt
tests/sample_results/3.6/long_variable.txt
tests/sample_results/3.6/method_and_prefix.txt
tests/sample_results/3.6/multiline.txt
tests/sample_results/3.6/no_columns.txt
tests/sample_results/3.6/pandas_sample.txt
tests/sample_results/3.6/pp.txt
tests/sample_results/3.6/pp_custom_pformat.txt
tests/sample_results/3.6/pp_exception.txt
tests/sample_results/3.6/recursion.txt
tests/sample_results/3.6/spy.txt
tests/sample_results/3.6/threads.txt
tests/sample_results/3.6/unavailable_source.txt
tests/sample_results/3.6/var_order.txt
tests/sample_results/3.6/variables_classes.txt
tests/sample_results/3.6/watch.txt
tests/sample_results/3.6/watch_explode.txt
tests/sample_results/3.6/watch_extras.txt
tests/sample_results/3.6/with_block.txt
tests/sample_results/3.6/with_block_depth.txt
tests/sample_results/3.6/with_no_args.txt
tests/sample_results/3.7/all_columns.txt
tests/sample_results/3.7/cellvars.txt
tests/sample_results/3.7/color.txt
tests/sample_results/3.7/comprehensions.txt
tests/sample_results/3.7/confusing_decorator_lines.txt
tests/sample_results/3.7/decorator_exception.txt
tests/sample_results/3.7/depth.txt
tests/sample_results/3.7/django_sample.txt
tests/sample_results/3.7/enabled.txt
tests/sample_results/3.7/enabled2.txt
tests/sample_results/3.7/end_finally.txt
tests/sample_results/3.7/exception.txt
tests/sample_results/3.7/f_string.txt
tests/sample_results/3.7/generator.txt
tests/sample_results/3.7/generator_expression.txt
tests/sample_results/3.7/indentation.txt
tests/sample_results/3.7/install_enabled.txt
tests/sample_results/3.7/lambda_function.txt
tests/sample_results/3.7/long_variable.txt
tests/sample_results/3.7/method_and_prefix.txt
tests/sample_results/3.7/multiline.txt
tests/sample_results/3.7/no_columns.txt
tests/sample_results/3.7/pandas_sample.txt
tests/sample_results/3.7/pp.txt
tests/sample_results/3.7/pp_custom_pformat.txt
tests/sample_results/3.7/pp_exception.txt
tests/sample_results/3.7/recursion.txt
tests/sample_results/3.7/spy.txt
tests/sample_results/3.7/threads.txt
tests/sample_results/3.7/unavailable_source.txt
tests/sample_results/3.7/var_order.txt
tests/sample_results/3.7/variables_classes.txt
tests/sample_results/3.7/watch.txt
tests/sample_results/3.7/watch_explode.txt
tests/sample_results/3.7/watch_extras.txt
tests/sample_results/3.7/with_block.txt
tests/sample_results/3.7/with_block_depth.txt
tests/sample_results/3.7/with_no_args.txt
tests/sample_results/3.8/all_columns.txt
tests/sample_results/3.8/cellvars.txt
tests/sample_results/3.8/color.txt
tests/sample_results/3.8/comprehensions.txt
tests/sample_results/3.8/confusing_decorator_lines.txt
tests/sample_results/3.8/decorator_exception.txt
tests/sample_results/3.8/depth.txt
tests/sample_results/3.8/django_sample.txt
tests/sample_results/3.8/enabled.txt
tests/sample_results/3.8/enabled2.txt
tests/sample_results/3.8/end_finally.txt
tests/sample_results/3.8/exception.txt
tests/sample_results/3.8/f_string.txt
tests/sample_results/3.8/generator.txt
tests/sample_results/3.8/generator_expression.txt
tests/sample_results/3.8/indentation.txt
tests/sample_results/3.8/install_enabled.txt
tests/sample_results/3.8/lambda_function.txt
tests/sample_results/3.8/long_variable.txt
tests/sample_results/3.8/method_and_prefix.txt
tests/sample_results/3.8/multiline.txt
tests/sample_results/3.8/no_columns.txt
tests/sample_results/3.8/pandas_sample.txt
tests/sample_results/3.8/pp.txt
tests/sample_results/3.8/pp_custom_pformat.txt
tests/sample_results/3.8/pp_exception.txt
tests/sample_results/3.8/recursion.txt
tests/sample_results/3.8/spy.txt
tests/sample_results/3.8/threads.txt
tests/sample_results/3.8/unavailable_source.txt
tests/sample_results/3.8/var_order.txt
tests/sample_results/3.8/variables_classes.txt
tests/sample_results/3.8/watch.txt
tests/sample_results/3.8/watch_explode.txt
tests/sample_results/3.8/watch_extras.txt
tests/sample_results/3.8/with_block.txt
tests/sample_results/3.8/with_block_depth.txt
tests/sample_results/3.8/with_no_args.txt
tests/sample_results/3.9/all_columns.txt
tests/sample_results/3.9/cellvars.txt
tests/sample_results/3.9/color.txt
tests/sample_results/3.9/comprehensions.txt
tests/sample_results/3.9/confusing_decorator_lines.txt
tests/sample_results/3.9/decorator_exception.txt
tests/sample_results/3.9/depth.txt
tests/sample_results/3.9/django_sample.txt
tests/sample_results/3.9/enabled.txt
tests/sample_results/3.9/enabled2.txt
tests/sample_results/3.9/end_finally.txt
tests/sample_results/3.9/exception.txt
tests/sample_results/3.9/f_string.txt
tests/sample_results/3.9/generator.txt
tests/sample_results/3.9/generator_expression.txt
tests/sample_results/3.9/indentation.txt
tests/sample_results/3.9/install_enabled.txt
tests/sample_results/3.9/lambda_function.txt
tests/sample_results/3.9/long_variable.txt
tests/sample_results/3.9/method_and_prefix.txt
tests/sample_results/3.9/multiline.txt
tests/sample_results/3.9/no_columns.txt
tests/sample_results/3.9/pandas_sample.txt
tests/sample_results/3.9/pp.txt
tests/sample_results/3.9/pp_custom_pformat.txt
tests/sample_results/3.9/pp_exception.txt
tests/sample_results/3.9/recursion.txt
tests/sample_results/3.9/spy.txt
tests/sample_results/3.9/threads.txt
tests/sample_results/3.9/unavailable_source.txt
tests/sample_results/3.9/var_order.txt
tests/sample_results/3.9/variables_classes.txt
tests/sample_results/3.9/watch.txt
tests/sample_results/3.9/watch_explode.txt
tests/sample_results/3.9/watch_extras.txt
tests/sample_results/3.9/with_block.txt
tests/sample_results/3.9/with_block_depth.txt
tests/sample_results/3.9/with_no_args.txt
tests/sample_results/pypy2.7/all_columns.txt
tests/sample_results/pypy2.7/cellvars.txt
tests/sample_results/pypy2.7/color.txt
tests/sample_results/pypy2.7/comprehensions.txt
tests/sample_results/pypy2.7/confusing_decorator_lines.txt
tests/sample_results/pypy2.7/decorator_exception.txt
tests/sample_results/pypy2.7/depth.txt
tests/sample_results/pypy2.7/enabled2.txt
tests/sample_results/pypy2.7/end_finally.txt
tests/sample_results/pypy2.7/exception.txt
tests/sample_results/pypy2.7/generator.txt
tests/sample_results/pypy2.7/generator_expression.txt
tests/sample_results/pypy2.7/indentation.txt
tests/sample_results/pypy2.7/install_enabled.txt
tests/sample_results/pypy2.7/lambda_function.txt
tests/sample_results/pypy2.7/long_variable.txt
tests/sample_results/pypy2.7/method_and_prefix.txt
tests/sample_results/pypy2.7/multiline.txt
tests/sample_results/pypy2.7/no_columns.txt
tests/sample_results/pypy2.7/pp.txt
tests/sample_results/pypy2.7/pp_custom_pformat.txt
tests/sample_results/pypy2.7/pp_exception.txt
tests/sample_results/pypy2.7/recursion.txt
tests/sample_results/pypy2.7/threads.txt
tests/sample_results/pypy2.7/unavailable_source.txt
tests/sample_results/pypy2.7/var_order.txt
tests/sample_results/pypy2.7/variables_classes.txt
tests/sample_results/pypy2.7/watch.txt
tests/sample_results/pypy2.7/watch_explode.txt
tests/sample_results/pypy2.7/watch_extras.txt
tests/sample_results/pypy2.7/with_block.txt
tests/sample_results/pypy2.7/with_block_depth.txt
tests/sample_results/pypy2.7/with_no_args.txt
tests/sample_results/pypy3.5/all_columns.txt
tests/sample_results/pypy3.5/cellvars.txt
tests/sample_results/pypy3.5/color.txt
tests/sample_results/pypy3.5/comprehensions.txt
tests/sample_results/pypy3.5/confusing_decorator_lines.txt
tests/sample_results/pypy3.5/decorator_exception.txt
tests/sample_results/pypy3.5/depth.txt
tests/sample_results/pypy3.5/django_sample.txt
tests/sample_results/pypy3.5/enabled2.txt
tests/sample_results/pypy3.5/end_finally.txt
tests/sample_results/pypy3.5/exception.txt
tests/sample_results/pypy3.5/generator.txt
tests/sample_results/pypy3.5/generator_expression.txt
tests/sample_results/pypy3.5/indentation.txt
tests/sample_results/pypy3.5/install_enabled.txt
tests/sample_results/pypy3.5/lambda_function.txt
tests/sample_results/pypy3.5/long_variable.txt
tests/sample_results/pypy3.5/method_and_prefix.txt
tests/sample_results/pypy3.5/multiline.txt
tests/sample_results/pypy3.5/no_columns.txt
tests/sample_results/pypy3.5/pp.txt
tests/sample_results/pypy3.5/pp_custom_pformat.txt
tests/sample_results/pypy3.5/pp_exception.txt
tests/sample_results/pypy3.5/recursion.txt
tests/sample_results/pypy3.5/threads.txt
tests/sample_results/pypy3.5/unavailable_source.txt
tests/sample_results/pypy3.5/var_order.txt
tests/sample_results/pypy3.5/variables_classes.txt
tests/sample_results/pypy3.5/watch.txt
tests/sample_results/pypy3.5/watch_explode.txt
tests/sample_results/pypy3.5/watch_extras.txt
tests/sample_results/pypy3.5/with_block.txt
tests/sample_results/pypy3.5/with_block_depth.txt
tests/sample_results/pypy3.5/with_no_args.txt
tests/sample_results/pypy3.6/all_columns.txt
tests/sample_results/pypy3.6/cellvars.txt
tests/sample_results/pypy3.6/color.txt
tests/sample_results/pypy3.6/comprehensions.txt
tests/sample_results/pypy3.6/confusing_decorator_lines.txt
tests/sample_results/pypy3.6/decorator_exception.txt
tests/sample_results/pypy3.6/depth.txt
tests/sample_results/pypy3.6/django_sample.txt
tests/sample_results/pypy3.6/enabled2.txt
tests/sample_results/pypy3.6/end_finally.txt
tests/sample_results/pypy3.6/exception.txt
tests/sample_results/pypy3.6/f_string.txt
tests/sample_results/pypy3.6/generator.txt
tests/sample_results/pypy3.6/generator_expression.txt
tests/sample_results/pypy3.6/indentation.txt
tests/sample_results/pypy3.6/install_enabled.txt
tests/sample_results/pypy3.6/lambda_function.txt
tests/sample_results/pypy3.6/long_variable.txt
tests/sample_results/pypy3.6/method_and_prefix.txt
tests/sample_results/pypy3.6/multiline.txt
tests/sample_results/pypy3.6/no_columns.txt
tests/sample_results/pypy3.6/pp.txt
tests/sample_results/pypy3.6/pp_custom_pformat.txt
tests/sample_results/pypy3.6/pp_exception.txt
tests/sample_results/pypy3.6/recursion.txt
tests/sample_results/pypy3.6/threads.txt
tests/sample_results/pypy3.6/unavailable_source.txt
tests/sample_results/pypy3.6/var_order.txt
tests/sample_results/pypy3.6/variables_classes.txt
tests/sample_results/pypy3.6/watch.txt
tests/sample_results/pypy3.6/watch_explode.txt
tests/sample_results/pypy3.6/watch_extras.txt
tests/sample_results/pypy3.6/with_block.txt
tests/sample_results/pypy3.6/with_block_depth.txt
tests/sample_results/pypy3.6/with_no_args.txt
tests/samples/__init__.py
tests/samples/all_columns.py
tests/samples/cellvars.py
tests/samples/color.py
tests/samples/comprehensions.py
tests/samples/confusing_decorator_lines.py
tests/samples/decorator_exception.py
tests/samples/depth.py
tests/samples/django_sample.py
tests/samples/enabled.py
tests/samples/enabled2.py
tests/samples/end_finally.py
tests/samples/exception.py
tests/samples/f_string.py
tests/samples/generator.py
tests/samples/generator_expression.py
tests/samples/indentation.py
tests/samples/install_enabled.py
tests/samples/lambda_function.py
tests/samples/long_variable.py
tests/samples/method_and_prefix.py
tests/samples/multiline.py
tests/samples/no_columns.py
tests/samples/pandas_sample.py
tests/samples/pp.py
tests/samples/pp_custom_pformat.py
tests/samples/pp_exception.py
tests/samples/recursion.py
tests/samples/spy.py
tests/samples/threads.py
tests/samples/unavailable_source.py
tests/samples/var_order.py
tests/samples/variables_classes.py
tests/samples/watch.py
tests/samples/watch_explode.py
tests/samples/watch_extras.py
tests/samples/with_block.py
tests/samples/with_block_depth.py
tests/samples/with_no_args.py