mirror of
https://github.com/python/cpython.git
synced 2026-05-27 22:56:48 -04:00
9d17da33e2
when tracing methods. Unit tests. Patch by Eli Bendersky.
4 lines
44 B
Python
4 lines
44 B
Python
def func(x):
|
|
b = x + 1
|
|
return b + 2
|