mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
9 lines
409 B
Python
9 lines
409 B
Python
"""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.
|
|
"""
|
|
"""This directory 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.
|
|
|
|
"""
|