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

Method close

Lib/test/test_asyncio/test_tasks.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 pass
78
79 def close(self):
80 pass
81
82 def __await__(self):
83 return self

Calls

no outgoing calls

Tested by

no test coverage detected