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 8e3d90c commit faa7c20Copy full SHA for faa7c20
Doc/library/sys.rst
@@ -1520,9 +1520,8 @@ always available.
1520
function to be used for the new scope, or ``None`` if the scope shouldn't be
1521
traced.
1522
1523
- The local trace function should return a reference to itself (or to another
1524
- function for further tracing in that scope), or ``None`` to turn off tracing
1525
- in that scope.
+ The local trace function should return a reference to itself, or to another
+ function which would then be used as the local trace function for the scope.
1526
1527
If there is any error occurred in the trace function, it will be unset, just
1528
like ``settrace(None)`` is called.
0 commit comments