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 e6eb8ca commit d9246c7Copy full SHA for d9246c7
Doc/library/sys.rst
@@ -1554,9 +1554,8 @@ always available.
1554
function to be used for the new scope, or ``None`` if the scope shouldn't be
1555
traced.
1556
1557
- The local trace function should return a reference to itself (or to another
1558
- function for further tracing in that scope), or ``None`` to turn off tracing
1559
- 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.
1560
1561
If there is any error occurred in the trace function, it will be unset, just
1562
like ``settrace(None)`` is called.
0 commit comments