Lines Matching refs:meth
19 * :meth:`loop.add_reader` and :meth:`loop.add_writer`
38 * :meth:`loop.create_unix_connection` and
39 :meth:`loop.create_unix_server` are not supported.
42 * :meth:`loop.add_signal_handler` and
43 :meth:`loop.remove_signal_handler` are not supported.
50 * :meth:`loop.add_reader` and :meth:`loop.add_writer` only accept
53 * Pipes are not supported, so the :meth:`loop.connect_read_pipe`
54 and :meth:`loop.connect_write_pipe` methods are not implemented.
57 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
62 * The :meth:`loop.add_reader` and :meth:`loop.add_writer`
80 The :meth:`policy.set_child_watcher()