MCPcopy Index your code
hub / github.com/RustPython/RustPython / asyncTearDown

Method asyncTearDown

Lib/test/test_os.py:3852–3855  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3850 self.fileno = self.file.fileno()
3851
3852 async def asyncTearDown(self):
3853 self.file.close()
3854 self.client.close()
3855 await self.server.wait_closed()
3856
3857 # Use the test subject instead of asyncio.loop.sendfile
3858 @staticmethod

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
wait_closedMethod · 0.45

Tested by

no test coverage detected