Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 6c38841c08edd6b0727903ec3f1acd10dc9766f6 authored by Ɓukasz Langa on 29 June 2020, 22:30:11 UTC
Python 3.8.4rc1
Tip revision: 6c38841
__init__.py
"""This package contains modules that help testing the trace.py module. Note
that the exact location of functions in these modules is important, as trace.py
takes the real line numbers into account.
"""
back to top