Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __call__
Method
__call__
Lib/wsgiref/validate.py:247–249 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
245
self.writer = wsgi_writer
246
247
def
__call__(self, s):
248
assert_(type(s) is bytes)
249
self.writer(s)
250
251
class
PartialIteratorWrapper:
252
Callers
nothing calls this directly
Calls
2
assert_
Function · 0.85
writer
Method · 0.45
Tested by
no test coverage detected