Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
python-3.7
/
usr
/
lib
/
python3.7
/
test
/
tracedmodules
/
//proc/thread-self/root/opt/python-3.7/usr/lib/python3.7/test/tracedmodules/testmod.py
def func(x): b = x + 1 return b + 2 def func2(): """Test function for issue 9936 """ return (1, 2, 3)