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

Method remove_writer

Lib/asyncio/events.py:593–594  ·  view source on GitHub ↗
(self, fd)

Source from the content-addressed store, hash-verified

591 raise NotImplementedError
592
593 def remove_writer(self, fd):
594 raise NotImplementedError
595
596 # Completion based I/O methods returning Futures.
597

Callers 2

cbMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected