Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_closing
Method
is_closing
Lib/asyncio/streams.py:354–355 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
352
return
self._transport.close()
353
354
def
is_closing(self):
355
return
self._transport.is_closing()
356
357
async
def
wait_closed(self):
358
await self._protocol._get_close_waiter(self)
Callers
15
drain
Method · 0.45
__del__
Method · 0.45
drain
Method · 0.45
sendfile
Method · 0.45
test_wait_closed_on_close
Method · 0.45
test_close
Method · 0.45
test_force_close
Method · 0.45
test__add_reader
Method · 0.45
test_proc_exited
Method · 0.45
test_close
Method · 0.45
test_write_eof_write_pipe
Method · 0.45
test_write_eof_buffer_write_pipe
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_wait_closed_on_close
Method · 0.36
test_close
Method · 0.36
test_force_close
Method · 0.36
test__add_reader
Method · 0.36
test_proc_exited
Method · 0.36
test_close
Method · 0.36
test_write_eof_write_pipe
Method · 0.36
test_write_eof_buffer_write_pipe
Method · 0.36
test_sendfile_close_peer_in_the_middle_of_receiving
Method · 0.36
test__close
Method · 0.36
test__read_ready
Method · 0.36
test__write_ready_err
Method · 0.36