Commit e1b6a9ac authored by Alexander Belopolsky's avatar Alexander Belopolsky

Added files missed in r84780. Thanks, Florent.

parent 98a5f3f8
"""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.
"""
def func(x):
b = x + 1
return b + 2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment