Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a5f3f commit e1b6a9aCopy full SHA for e1b6a9a
2 files changed
Lib/test/tracedmodules/__init__.py
@@ -0,0 +1,9 @@
1
+"""This package contains modules that help testing the trace.py module. Note
2
+that the exact location of functions in these modules is important, as trace.py
3
+takes the real line numbers into account.
4
+"""
5
+"""This directory contains modules that help testing the trace.py module. Note
6
7
8
+
9
Lib/test/tracedmodules/testmod.py
@@ -0,0 +1,3 @@
+def func(x):
+ b = x + 1
+ return b + 2
0 commit comments