Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_plain_hello
Method
test_plain_hello
Lib/test/test_wsgiref.py:120–122 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
118
)
119
120
def
test_plain_hello(self):
121
out, err = run_amock()
122
self.check_hello(out)
123
124
def
test_environ(self):
125
request = (
Callers
nothing calls this directly
Calls
2
check_hello
Method · 0.95
run_amock
Function · 0.85
Tested by
no test coverage detected