MCPcopy Index your code
hub / github.com/python/cpython / close

Method close

Lib/wsgiref/validate.py:220–221  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

218 yield line
219
220 def close(self):
221 assert_(0, "input.close() must not be called")
222
223class ErrorWrapper:
224

Callers 1

closeMethod · 0.45

Calls 1

assert_Function · 0.85

Tested by

no test coverage detected