diff options
Diffstat (limited to 'Lib/test/tracedmodules/testmod.py')
| -rw-r--r-- | Lib/test/tracedmodules/testmod.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/tracedmodules/testmod.py b/Lib/test/tracedmodules/testmod.py new file mode 100644 index 0000000..a4c25e4 --- /dev/null +++ b/Lib/test/tracedmodules/testmod.py @@ -0,0 +1,3 @@ +def func(x): + b = x + 1 + return b + 2 |
