mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Added files missed in r84780. Thanks, Florent.
This commit is contained in:
parent
98a5f3f838
commit
e1b6a9ac99
2 changed files with 12 additions and 0 deletions
3
Lib/test/tracedmodules/testmod.py
Normal file
3
Lib/test/tracedmodules/testmod.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
def func(x):
|
||||
b = x + 1
|
||||
return b + 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue