Added files missed in r84780. Thanks, Florent.
This commit is contained in:
parent
98a5f3f838
commit
e1b6a9ac99
|
@ -0,0 +1,9 @@
|
||||||
|
"""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.
|
||||||
|
|
||||||
|
"""
|
|
@ -0,0 +1,3 @@
|
||||||
|
def func(x):
|
||||||
|
b = x + 1
|
||||||
|
return b + 2
|
Loading…
Reference in New Issue