File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -932,7 +932,8 @@ Watching file descriptors
932
932
933
933
.. method :: loop.remove_reader(fd)
934
934
935
- Stop monitoring the *fd * file descriptor for read availability.
935
+ Stop monitoring the *fd * file descriptor for read availability. Returns
936
+ ``True `` if *fd * was previously being monitored for reads.
936
937
937
938
.. method :: loop.add_writer(fd, callback, *args)
938
939
@@ -945,7 +946,8 @@ Watching file descriptors
945
946
946
947
.. method :: loop.remove_writer(fd)
947
948
948
- Stop monitoring the *fd * file descriptor for write availability.
949
+ Stop monitoring the *fd * file descriptor for write availability. Returns
950
+ ``True `` if *fd * was previously being monitored for writes.
949
951
950
952
See also :ref: `Platform Support <asyncio-platform-support >` section
951
953
for some limitations of these methods.
You can’t perform that action at this time.
0 commit comments