LICENSE
MANIFEST.in
README.md
__init__.py
_exception_hook.py
_sampling.py
_snapshot.cpp
_snapshot.pyi
_traceback.py
pyproject.toml
setup.py
./__init__.py
./_exception_hook.py
./_sampling.py
./_snapshot.pyi
./_traceback.py
./setup.py
snapshot_lib/SnapshotCapture.cpp
snapshot_lib/SnapshotCapture.h
snapshot_lib/SnapshotReader.cpp
snapshot_lib/SnapshotReader.h
snapshot_lib/SnapshotStats.cpp
snapshot_lib/SnapshotStats.h
snapshot_lib/SnapshotTypes.h
snapshot_lib/SnapshotWriter.cpp
snapshot_lib/SnapshotWriter.h
snapshot_lib/compat.h
tests/helpers.py
tests/test_all_threads.py
tests/test_cancellation.py
tests/test_circular_references.py
tests/test_compression_gap_skip.py
tests/test_deserialization.py
tests/test_edge_cases.py
tests/test_end_to_end.py
tests/test_exception_chain.py
tests/test_exception_hook.py
tests/test_frame_filtering.py
tests/test_max_object_depth.py
tests/test_object_serialization.py
tests/test_reader.py
tests/test_sampling.py
tests/test_snapshot_navigation.py
tests/test_statistics.py
tests/test_string_bytes_cache.py
tests/test_subclass_serialization.py
tests/test_traceback.py
tests/test_writer.py
tintype.egg-info/PKG-INFO
tintype.egg-info/SOURCES.txt
tintype.egg-info/dependency_links.txt
tintype.egg-info/top_level.txt
utils/__init__.py
utils/sampling_demo.py
utils/tintype_debug_launcher.py
utils/tintype_dump.py
utils/tintype_viewer.py