Lines Matching refs:meth
19 * :meth:`loop.add_reader` and :meth:`loop.add_writer`
28 * :meth:`loop.create_unix_connection` and
29 :meth:`loop.create_unix_server` are not supported.
32 * :meth:`loop.add_signal_handler` and
33 :meth:`loop.remove_signal_handler` are not supported.
40 * :meth:`loop.add_reader` and :meth:`loop.add_writer` only accept
43 * Pipes are not supported, so the :meth:`loop.connect_read_pipe`
44 and :meth:`loop.connect_write_pipe` methods are not implemented.
47 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
52 * The :meth:`loop.create_datagram_endpoint` method
55 * The :meth:`loop.add_reader` and :meth:`loop.add_writer`
81 The :meth:`policy.set_child_watcher()