Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ g
Function
g
tools/python-3.11.9-amd64/Lib/cgi.py:872–873 ·
view source on GitHub ↗
(f=f)
Source
from the content-addressed store, hash-verified
870
def
f():
871
exec(
"testing print_exception() -- <I>italics?</I>"
)
872
def
g(f=f):
873
f()
874
print(
"<H3>What follows is a test, not an actual exception:</H3>"
)
875
g()
876
except
:
Callers
1
test
Function · 0.70
Calls
1
f
Function · 0.70
Tested by
no test coverage detected