1
0
Fork 0
python-docs-fr/library/asyncio-llapi-index.po

1022 lines
27 KiB
Plaintext
Raw Normal View History

2018-10-13 15:54:03 +00:00
# Copyright (C) 2001-2018, Python Software Foundation
2018-11-29 20:30:02 +00:00
# For licence information, see README file.
2018-10-13 15:54:03 +00:00
#
msgid ""
msgstr ""
2019-12-05 22:15:54 +00:00
"Project-Id-Version: Python 3\n"
2018-10-13 15:54:03 +00:00
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
2018-10-13 15:54:03 +00:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2018-11-29 20:30:02 +00:00
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
2018-10-13 15:54:03 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: library/asyncio-llapi-index.rst:6
2018-10-13 15:54:03 +00:00
msgid "Low-level API Index"
msgstr ""
#: library/asyncio-llapi-index.rst:8
2018-10-13 15:54:03 +00:00
msgid "This page lists all low-level asyncio APIs."
msgstr ""
#: library/asyncio-llapi-index.rst:12
2018-10-13 15:54:03 +00:00
msgid "Obtaining the Event Loop"
2018-11-30 17:31:12 +00:00
msgstr "Obtenir une boucle d'évènements"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:18
2018-10-13 15:54:03 +00:00
msgid ":func:`asyncio.get_running_loop`"
msgstr ":func:`asyncio.get_running_loop`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:19
2018-10-13 15:54:03 +00:00
msgid "The **preferred** function to get the running event loop."
msgstr ""
#: library/asyncio-llapi-index.rst:21
2018-10-13 15:54:03 +00:00
msgid ":func:`asyncio.get_event_loop`"
msgstr ":func:`asyncio.get_event_loop`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:22
msgid "Get an event loop instance (running or current via the current policy)."
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:24
2018-10-13 15:54:03 +00:00
msgid ":func:`asyncio.set_event_loop`"
msgstr ":func:`asyncio.set_event_loop`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:25
2018-10-13 15:54:03 +00:00
msgid "Set the event loop as current via the current policy."
msgstr ""
#: library/asyncio-llapi-index.rst:27
2018-10-13 15:54:03 +00:00
msgid ":func:`asyncio.new_event_loop`"
msgstr ":func:`asyncio.new_event_loop`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:28
2018-10-13 15:54:03 +00:00
msgid "Create a new event loop."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:32 library/asyncio-llapi-index.rst:269
2018-10-13 15:54:03 +00:00
msgid "Examples"
msgstr "Exemples"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:33
2018-10-13 15:54:03 +00:00
msgid ":ref:`Using asyncio.get_running_loop() <asyncio_example_future>`."
msgstr ""
#: library/asyncio-llapi-index.rst:37
2018-10-13 15:54:03 +00:00
msgid "Event Loop Methods"
2018-11-30 17:31:12 +00:00
msgstr "Méthodes de la boucle d'évènements"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:39
2018-10-13 15:54:03 +00:00
msgid ""
"See also the main documentation section about the :ref:`asyncio-event-loop-"
"methods`."
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:42
2018-10-13 15:54:03 +00:00
msgid "Lifecycle"
msgstr ""
#: library/asyncio-llapi-index.rst:47
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.run_until_complete`"
msgstr ":meth:`loop.run_until_complete`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:48
2018-10-13 15:54:03 +00:00
msgid "Run a Future/Task/awaitable until complete."
msgstr ""
#: library/asyncio-llapi-index.rst:50
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.run_forever`"
msgstr ":meth:`loop.run_forever`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:51
2018-10-13 15:54:03 +00:00
msgid "Run the event loop forever."
msgstr ""
#: library/asyncio-llapi-index.rst:53
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.stop`"
msgstr ":meth:`loop.stop`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:54
2018-10-13 15:54:03 +00:00
msgid "Stop the event loop."
2018-11-30 17:31:12 +00:00
msgstr "Arrête l'exécution de la boucle d'évènements."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:56
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.close`"
msgstr ":meth:`loop.close`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:57
2018-10-13 15:54:03 +00:00
msgid "Close the event loop."
2018-11-30 17:31:12 +00:00
msgstr "Arrête la boucle d'évènements."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:59
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.is_running()`"
msgstr ":meth:`loop.is_running()`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:60
2018-10-13 15:54:03 +00:00
msgid "Return ``True`` if the event loop is running."
msgstr ""
#: library/asyncio-llapi-index.rst:62
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.is_closed()`"
msgstr ":meth:`loop.is_closed()`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:63
2020-02-14 10:18:53 +00:00
#, fuzzy
2018-10-13 15:54:03 +00:00
msgid "Return ``True`` if the event loop is closed."
2020-02-14 10:18:53 +00:00
msgstr "Renvoie ``True`` si la boucle d'évènements est arrêtée."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:65
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.shutdown_asyncgens`"
msgstr ""
#: library/asyncio-llapi-index.rst:66
2018-10-13 15:54:03 +00:00
msgid "Close asynchronous generators."
msgstr ""
#: library/asyncio-llapi-index.rst:69
2018-10-13 15:54:03 +00:00
msgid "Debugging"
msgstr ""
#: library/asyncio-llapi-index.rst:74
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.set_debug`"
msgstr ":meth:`loop.set_debug`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:75
2018-10-13 15:54:03 +00:00
msgid "Enable or disable the debug mode."
msgstr ""
#: library/asyncio-llapi-index.rst:77
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.get_debug`"
msgstr ":meth:`loop.get_debug`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:78
2018-10-13 15:54:03 +00:00
msgid "Get the current debug mode."
msgstr ""
#: library/asyncio-llapi-index.rst:81
2018-10-13 15:54:03 +00:00
msgid "Scheduling Callbacks"
msgstr ""
#: library/asyncio-llapi-index.rst:86
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.call_soon`"
msgstr ":meth:`loop.call_soon`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:87
2018-10-13 15:54:03 +00:00
msgid "Invoke a callback soon."
msgstr ""
#: library/asyncio-llapi-index.rst:89
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.call_soon_threadsafe`"
msgstr ":meth:`loop.call_soon_threadsafe`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:90
2018-10-13 15:54:03 +00:00
msgid "A thread-safe variant of :meth:`loop.call_soon`."
msgstr ""
#: library/asyncio-llapi-index.rst:92
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.call_later`"
msgstr ":meth:`loop.call_later`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:93
2018-10-13 15:54:03 +00:00
msgid "Invoke a callback *after* the given time."
msgstr ""
#: library/asyncio-llapi-index.rst:95
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.call_at`"
msgstr ":meth:`loop.call_at`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:96
2018-10-13 15:54:03 +00:00
msgid "Invoke a callback *at* the given time."
msgstr ""
#: library/asyncio-llapi-index.rst:99
2018-10-13 15:54:03 +00:00
msgid "Thread/Process Pool"
msgstr ""
#: library/asyncio-llapi-index.rst:104
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.run_in_executor`"
msgstr ""
#: library/asyncio-llapi-index.rst:105
2018-10-13 15:54:03 +00:00
msgid ""
"Run a CPU-bound or other blocking function in a :mod:`concurrent.futures` "
"executor."
msgstr ""
#: library/asyncio-llapi-index.rst:108
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.set_default_executor`"
msgstr ":meth:`loop.set_default_executor`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:109
2018-10-13 15:54:03 +00:00
msgid "Set the default executor for :meth:`loop.run_in_executor`."
msgstr ""
#: library/asyncio-llapi-index.rst:112
2018-10-13 15:54:03 +00:00
msgid "Tasks and Futures"
msgstr ""
#: library/asyncio-llapi-index.rst:117
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.create_future`"
msgstr ":meth:`loop.create_future`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:118
2018-10-13 15:54:03 +00:00
msgid "Create a :class:`Future` object."
msgstr ""
#: library/asyncio-llapi-index.rst:120
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.create_task`"
msgstr ":meth:`loop.create_task`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:121
2018-10-13 15:54:03 +00:00
msgid "Schedule coroutine as a :class:`Task`."
msgstr ""
#: library/asyncio-llapi-index.rst:123
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.set_task_factory`"
msgstr ":meth:`loop.set_task_factory`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:124
2018-10-13 15:54:03 +00:00
msgid ""
"Set a factory used by :meth:`loop.create_task` to create :class:`Tasks "
"<Task>`."
msgstr ""
#: library/asyncio-llapi-index.rst:127
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.get_task_factory`"
msgstr ":meth:`loop.get_task_factory`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:128
2018-10-13 15:54:03 +00:00
msgid ""
"Get the factory :meth:`loop.create_task` uses to create :class:`Tasks "
"<Task>`."
msgstr ""
#: library/asyncio-llapi-index.rst:132
2018-10-13 15:54:03 +00:00
msgid "DNS"
msgstr ""
#: library/asyncio-llapi-index.rst:137
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.getaddrinfo`"
msgstr ""
#: library/asyncio-llapi-index.rst:138
2018-10-13 15:54:03 +00:00
msgid "Asynchronous version of :meth:`socket.getaddrinfo`."
msgstr ""
#: library/asyncio-llapi-index.rst:140
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.getnameinfo`"
msgstr ""
#: library/asyncio-llapi-index.rst:141
2018-10-13 15:54:03 +00:00
msgid "Asynchronous version of :meth:`socket.getnameinfo`."
msgstr ""
#: library/asyncio-llapi-index.rst:144
2018-10-13 15:54:03 +00:00
msgid "Networking and IPC"
msgstr ""
#: library/asyncio-llapi-index.rst:149
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.create_connection`"
msgstr ""
#: library/asyncio-llapi-index.rst:150
2018-10-13 15:54:03 +00:00
msgid "Open a TCP connection."
msgstr ""
#: library/asyncio-llapi-index.rst:152
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.create_server`"
msgstr ""
#: library/asyncio-llapi-index.rst:153
2018-10-13 15:54:03 +00:00
msgid "Create a TCP server."
msgstr ""
#: library/asyncio-llapi-index.rst:155
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.create_unix_connection`"
msgstr ""
#: library/asyncio-llapi-index.rst:156
2018-10-13 15:54:03 +00:00
msgid "Open a Unix socket connection."
msgstr ""
#: library/asyncio-llapi-index.rst:158
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.create_unix_server`"
msgstr ""
#: library/asyncio-llapi-index.rst:159
2018-10-13 15:54:03 +00:00
msgid "Create a Unix socket server."
msgstr ""
#: library/asyncio-llapi-index.rst:161
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.connect_accepted_socket`"
msgstr ""
#: library/asyncio-llapi-index.rst:162
2018-10-13 15:54:03 +00:00
msgid "Wrap a :class:`~socket.socket` into a ``(transport, protocol)`` pair."
msgstr ""
#: library/asyncio-llapi-index.rst:165
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.create_datagram_endpoint`"
msgstr ""
#: library/asyncio-llapi-index.rst:166
2018-10-13 15:54:03 +00:00
msgid "Open a datagram (UDP) connection."
msgstr ""
#: library/asyncio-llapi-index.rst:168
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.sendfile`"
msgstr ""
#: library/asyncio-llapi-index.rst:169
2018-10-13 15:54:03 +00:00
msgid "Send a file over a transport."
msgstr ""
#: library/asyncio-llapi-index.rst:171
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.start_tls`"
msgstr ""
#: library/asyncio-llapi-index.rst:172
2018-10-13 15:54:03 +00:00
msgid "Upgrade an existing connection to TLS."
msgstr ""
#: library/asyncio-llapi-index.rst:174
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.connect_read_pipe`"
msgstr ""
#: library/asyncio-llapi-index.rst:175
2018-10-13 15:54:03 +00:00
msgid "Wrap a read end of a pipe into a ``(transport, protocol)`` pair."
msgstr ""
#: library/asyncio-llapi-index.rst:177
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.connect_write_pipe`"
msgstr ""
#: library/asyncio-llapi-index.rst:178
2018-10-13 15:54:03 +00:00
msgid "Wrap a write end of a pipe into a ``(transport, protocol)`` pair."
msgstr ""
#: library/asyncio-llapi-index.rst:181
2018-10-13 15:54:03 +00:00
msgid "Sockets"
msgstr "Interfaces de connexion (*sockets*)"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:186
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.sock_recv`"
msgstr ""
#: library/asyncio-llapi-index.rst:187
2018-10-13 15:54:03 +00:00
msgid "Receive data from the :class:`~socket.socket`."
msgstr ""
#: library/asyncio-llapi-index.rst:189
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.sock_recv_into`"
msgstr ""
#: library/asyncio-llapi-index.rst:190
2018-10-13 15:54:03 +00:00
msgid "Receive data from the :class:`~socket.socket` into a buffer."
msgstr ""
#: library/asyncio-llapi-index.rst:192
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_recvfrom`"
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:193
2022-03-23 17:40:12 +00:00
msgid "Receive a datagram from the :class:`~socket.socket`."
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:195
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_recvfrom_into`"
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:196
2022-03-23 17:40:12 +00:00
msgid "Receive a datagram from the :class:`~socket.socket` into a buffer."
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:198
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_sendall`"
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:199
2022-03-23 17:40:12 +00:00
msgid "Send data to the :class:`~socket.socket`."
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:201
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_sendto`"
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:202
2022-03-23 17:40:12 +00:00
msgid "Send a datagram via the :class:`~socket.socket` to the given address."
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:204
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_connect`"
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:205
2022-03-23 17:40:12 +00:00
msgid "Connect the :class:`~socket.socket`."
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:207
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_accept`"
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:208
2022-03-23 17:40:12 +00:00
msgid "Accept a :class:`~socket.socket` connection."
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:210
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_sendfile`"
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:211
2022-03-23 17:40:12 +00:00
msgid "Send a file over the :class:`~socket.socket`."
2018-10-13 15:54:03 +00:00
msgstr ""
#: library/asyncio-llapi-index.rst:213
2022-03-23 17:40:12 +00:00
msgid ":meth:`loop.add_reader`"
msgstr ":meth:`loop.add_reader`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:214
2022-03-23 17:40:12 +00:00
msgid "Start watching a file descriptor for read availability."
msgstr ""
#: library/asyncio-llapi-index.rst:216
msgid ":meth:`loop.remove_reader`"
msgstr ":meth:`loop.remove_reader`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:217
2022-03-23 17:40:12 +00:00
msgid "Stop watching a file descriptor for read availability."
msgstr ""
#: library/asyncio-llapi-index.rst:219
msgid ":meth:`loop.add_writer`"
msgstr ":meth:`loop.add_writer`"
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:220
msgid "Start watching a file descriptor for write availability."
msgstr ""
#: library/asyncio-llapi-index.rst:222
msgid ":meth:`loop.remove_writer`"
msgstr ":meth:`loop.remove_writer`"
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:223
msgid "Stop watching a file descriptor for write availability."
msgstr ""
#: library/asyncio-llapi-index.rst:226
2020-02-14 10:18:53 +00:00
#, fuzzy
2018-10-13 15:54:03 +00:00
msgid "Unix Signals"
2020-02-14 10:18:53 +00:00
msgstr "Signaux Unix"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:231
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.add_signal_handler`"
msgstr ":meth:`loop.add_signal_handler`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:232
2018-10-13 15:54:03 +00:00
msgid "Add a handler for a :mod:`signal`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:234
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.remove_signal_handler`"
msgstr ":meth:`loop.remove_signal_handler`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:235
2018-10-13 15:54:03 +00:00
msgid "Remove a handler for a :mod:`signal`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:238
2018-10-13 15:54:03 +00:00
msgid "Subprocesses"
2018-11-30 17:31:12 +00:00
msgstr "Sous-processus"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:243
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.subprocess_exec`"
msgstr ":meth:`loop.subprocess_exec`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:244
2018-10-13 15:54:03 +00:00
msgid "Spawn a subprocess."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:246
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.subprocess_shell`"
msgstr ":meth:`loop.subprocess_shell`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:247
2018-10-13 15:54:03 +00:00
msgid "Spawn a subprocess from a shell command."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:250
2018-10-13 15:54:03 +00:00
msgid "Error Handling"
msgstr "Gestion des erreurs"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:255
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.call_exception_handler`"
msgstr ":meth:`loop.call_exception_handler`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:256
2018-10-13 15:54:03 +00:00
msgid "Call the exception handler."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:258
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.set_exception_handler`"
msgstr ":meth:`loop.set_exception_handler`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:259
2018-10-13 15:54:03 +00:00
msgid "Set a new exception handler."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:261
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.get_exception_handler`"
msgstr ":meth:`loop.get_exception_handler`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:262
2018-10-13 15:54:03 +00:00
msgid "Get the current exception handler."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:264
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.default_exception_handler`"
msgstr ":meth:`loop.default_exception_handler`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:265
2018-10-13 15:54:03 +00:00
msgid "The default exception handler implementation."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:270
2018-10-13 15:54:03 +00:00
msgid ""
":ref:`Using asyncio.new_event_loop() and loop.run_forever() "
2018-10-13 15:54:03 +00:00
"<asyncio_example_lowlevel_helloworld>`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:273
2018-10-13 15:54:03 +00:00
msgid ":ref:`Using loop.call_later() <asyncio_example_call_later>`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:275
2018-10-13 15:54:03 +00:00
msgid ""
"Using ``loop.create_connection()`` to implement :ref:`an echo-client "
"<asyncio_example_tcp_echo_client_protocol>`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:278
2018-10-13 15:54:03 +00:00
msgid ""
"Using ``loop.create_connection()`` to :ref:`connect a socket "
"<asyncio_example_create_connection>`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:281
2018-10-13 15:54:03 +00:00
msgid ""
":ref:`Using add_reader() to watch an FD for read events "
"<asyncio_example_watch_fd>`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:284
2018-10-13 15:54:03 +00:00
msgid ":ref:`Using loop.add_signal_handler() <asyncio_example_unix_signals>`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:286
2018-10-13 15:54:03 +00:00
msgid ":ref:`Using loop.subprocess_exec() <asyncio_example_subprocess_proto>`."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:290
2018-10-13 15:54:03 +00:00
msgid "Transports"
msgstr "Transports"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:292
2018-10-13 15:54:03 +00:00
msgid "All transports implement the following methods:"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:298
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.close() <BaseTransport.close>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:299
2018-10-13 15:54:03 +00:00
msgid "Close the transport."
2018-11-30 17:31:12 +00:00
msgstr "Ferme le transport."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:301
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.is_closing() <BaseTransport.is_closing>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:302
2018-10-13 15:54:03 +00:00
msgid "Return ``True`` if the transport is closing or is closed."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:304
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.get_extra_info() <BaseTransport.get_extra_info>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:305
2018-10-13 15:54:03 +00:00
msgid "Request for information about the transport."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:307
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.set_protocol() <BaseTransport.set_protocol>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:308
2018-10-13 15:54:03 +00:00
msgid "Set a new protocol."
2018-11-30 17:31:12 +00:00
msgstr "Change le protocole."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:310
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.get_protocol() <BaseTransport.get_protocol>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:311
2018-10-13 15:54:03 +00:00
msgid "Return the current protocol."
msgstr "Renvoie le protocole courant."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:314
2018-10-13 15:54:03 +00:00
msgid ""
"Transports that can receive data (TCP and Unix connections, pipes, etc). "
"Returned from methods like :meth:`loop.create_connection`, :meth:`loop."
"create_unix_connection`, :meth:`loop.connect_read_pipe`, etc:"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:319
2018-10-13 15:54:03 +00:00
msgid "Read Transports"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:324
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.is_reading() <ReadTransport.is_reading>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:325
2018-10-13 15:54:03 +00:00
msgid "Return ``True`` if the transport is receiving."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:327
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.pause_reading() <ReadTransport.pause_reading>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:328
2018-10-13 15:54:03 +00:00
msgid "Pause receiving."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:330
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.resume_reading() <ReadTransport.resume_reading>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:331
2018-10-13 15:54:03 +00:00
msgid "Resume receiving."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:334
2018-10-13 15:54:03 +00:00
msgid ""
"Transports that can Send data (TCP and Unix connections, pipes, etc). "
"Returned from methods like :meth:`loop.create_connection`, :meth:`loop."
"create_unix_connection`, :meth:`loop.connect_write_pipe`, etc:"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:339
2018-10-13 15:54:03 +00:00
msgid "Write Transports"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:344
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.write() <WriteTransport.write>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:345
2018-10-13 15:54:03 +00:00
msgid "Write data to the transport."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:347
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.writelines() <WriteTransport.writelines>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:348
2018-10-13 15:54:03 +00:00
msgid "Write buffers to the transport."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:350
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.can_write_eof() <WriteTransport.can_write_eof>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:351
2018-10-13 15:54:03 +00:00
msgid "Return :const:`True` if the transport supports sending EOF."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:353
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.write_eof() <WriteTransport.write_eof>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:354
2018-10-13 15:54:03 +00:00
msgid "Close and send EOF after flushing buffered data."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:356
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.abort() <WriteTransport.abort>`"
msgstr ""
#: library/asyncio-llapi-index.rst:357 library/asyncio-llapi-index.rst:383
2018-10-13 15:54:03 +00:00
msgid "Close the transport immediately."
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:359
2018-10-13 15:54:03 +00:00
msgid ""
":meth:`transport.get_write_buffer_size() <WriteTransport."
"get_write_buffer_size>`"
msgstr ""
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:361
#, fuzzy
msgid "Return the current size of the output buffer."
msgstr "Renvoie le protocole courant."
#: library/asyncio-llapi-index.rst:363
msgid ""
":meth:`transport.get_write_buffer_limits() <WriteTransport."
"get_write_buffer_limits>`"
msgstr ""
#: library/asyncio-llapi-index.rst:365
2018-10-13 15:54:03 +00:00
msgid "Return high and low water marks for write flow control."
msgstr ""
#: library/asyncio-llapi-index.rst:367
2018-10-13 15:54:03 +00:00
msgid ""
":meth:`transport.set_write_buffer_limits() <WriteTransport."
"set_write_buffer_limits>`"
msgstr ""
#: library/asyncio-llapi-index.rst:369
2018-10-13 15:54:03 +00:00
msgid "Set new high and low water marks for write flow control."
msgstr ""
#: library/asyncio-llapi-index.rst:372
2018-10-13 15:54:03 +00:00
msgid "Transports returned by :meth:`loop.create_datagram_endpoint`:"
msgstr ""
#: library/asyncio-llapi-index.rst:374
2018-10-13 15:54:03 +00:00
msgid "Datagram Transports"
2018-11-30 17:31:12 +00:00
msgstr "Transports de datagrammes"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:379
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.sendto() <DatagramTransport.sendto>`"
msgstr ""
#: library/asyncio-llapi-index.rst:380
2018-10-13 15:54:03 +00:00
msgid "Send data to the remote peer."
msgstr ""
#: library/asyncio-llapi-index.rst:382
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.abort() <DatagramTransport.abort>`"
msgstr ""
#: library/asyncio-llapi-index.rst:386
2018-10-13 15:54:03 +00:00
msgid ""
"Low-level transport abstraction over subprocesses. Returned by :meth:`loop."
"subprocess_exec` and :meth:`loop.subprocess_shell`:"
msgstr ""
#: library/asyncio-llapi-index.rst:390
2018-10-13 15:54:03 +00:00
msgid "Subprocess Transports"
2018-11-30 17:31:12 +00:00
msgstr "Transports vers des sous-processus"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:395
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.get_pid() <SubprocessTransport.get_pid>`"
msgstr ""
#: library/asyncio-llapi-index.rst:396
2018-10-13 15:54:03 +00:00
msgid "Return the subprocess process id."
msgstr ""
#: library/asyncio-llapi-index.rst:398
2018-10-13 15:54:03 +00:00
msgid ""
":meth:`transport.get_pipe_transport() <SubprocessTransport."
"get_pipe_transport>`"
msgstr ""
#: library/asyncio-llapi-index.rst:400
2018-10-13 15:54:03 +00:00
msgid ""
"Return the transport for the requested communication pipe (*stdin*, "
"*stdout*, or *stderr*)."
msgstr ""
#: library/asyncio-llapi-index.rst:403
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.get_returncode() <SubprocessTransport.get_returncode>`"
msgstr ""
#: library/asyncio-llapi-index.rst:404
2018-10-13 15:54:03 +00:00
msgid "Return the subprocess return code."
msgstr ""
#: library/asyncio-llapi-index.rst:406
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.kill() <SubprocessTransport.kill>`"
msgstr ""
#: library/asyncio-llapi-index.rst:407
2018-10-13 15:54:03 +00:00
msgid "Kill the subprocess."
2018-11-30 17:31:12 +00:00
msgstr "Tue le sous-processus."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:409
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.send_signal() <SubprocessTransport.send_signal>`"
msgstr ""
#: library/asyncio-llapi-index.rst:410
2018-10-13 15:54:03 +00:00
msgid "Send a signal to the subprocess."
msgstr ""
#: library/asyncio-llapi-index.rst:412
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.terminate() <SubprocessTransport.terminate>`"
msgstr ""
#: library/asyncio-llapi-index.rst:413
2018-10-13 15:54:03 +00:00
msgid "Stop the subprocess."
2018-11-30 17:31:12 +00:00
msgstr "Termine le sous-processus."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:415
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.close() <SubprocessTransport.close>`"
msgstr ""
#: library/asyncio-llapi-index.rst:416
2018-10-13 15:54:03 +00:00
msgid "Kill the subprocess and close all pipes."
msgstr ""
#: library/asyncio-llapi-index.rst:420
2018-10-13 15:54:03 +00:00
msgid "Protocols"
msgstr ""
#: library/asyncio-llapi-index.rst:422
2018-10-13 15:54:03 +00:00
msgid "Protocol classes can implement the following **callback methods**:"
msgstr ""
#: library/asyncio-llapi-index.rst:428
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`connection_made() <BaseProtocol.connection_made>`"
msgstr ""
#: library/asyncio-llapi-index.rst:429
2018-10-13 15:54:03 +00:00
msgid "Called when a connection is made."
msgstr "Appelé lorsqu'une connexion est établie."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:431
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`connection_lost() <BaseProtocol.connection_lost>`"
msgstr ""
#: library/asyncio-llapi-index.rst:432
2018-10-13 15:54:03 +00:00
msgid "Called when the connection is lost or closed."
msgstr "Appelé lorsqu'une connexion est perdue ou fermée."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:434
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`pause_writing() <BaseProtocol.pause_writing>`"
msgstr ""
#: library/asyncio-llapi-index.rst:435
2018-10-13 15:54:03 +00:00
msgid "Called when the transport's buffer goes over the high water mark."
msgstr ""
#: library/asyncio-llapi-index.rst:437
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`resume_writing() <BaseProtocol.resume_writing>`"
msgstr ""
#: library/asyncio-llapi-index.rst:438
2018-10-13 15:54:03 +00:00
msgid "Called when the transport's buffer drains below the low water mark."
msgstr ""
#: library/asyncio-llapi-index.rst:441
2018-10-13 15:54:03 +00:00
msgid "Streaming Protocols (TCP, Unix Sockets, Pipes)"
msgstr ""
#: library/asyncio-llapi-index.rst:446
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`data_received() <Protocol.data_received>`"
msgstr ""
#: library/asyncio-llapi-index.rst:447
2018-10-13 15:54:03 +00:00
msgid "Called when some data is received."
msgstr ""
#: library/asyncio-llapi-index.rst:449
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`eof_received() <Protocol.eof_received>`"
msgstr ""
#: library/asyncio-llapi-index.rst:450 library/asyncio-llapi-index.rst:465
2018-10-13 15:54:03 +00:00
msgid "Called when an EOF is received."
msgstr ""
#: library/asyncio-llapi-index.rst:453
2018-10-13 15:54:03 +00:00
msgid "Buffered Streaming Protocols"
msgstr ""
#: library/asyncio-llapi-index.rst:458
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`get_buffer() <BufferedProtocol.get_buffer>`"
msgstr ""
#: library/asyncio-llapi-index.rst:459
2018-10-13 15:54:03 +00:00
msgid "Called to allocate a new receive buffer."
msgstr ""
#: library/asyncio-llapi-index.rst:461
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`buffer_updated() <BufferedProtocol.buffer_updated>`"
msgstr ""
#: library/asyncio-llapi-index.rst:462
2018-10-13 15:54:03 +00:00
msgid "Called when the buffer was updated with the received data."
msgstr ""
#: library/asyncio-llapi-index.rst:464
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`eof_received() <BufferedProtocol.eof_received>`"
msgstr ""
#: library/asyncio-llapi-index.rst:468
2018-10-13 15:54:03 +00:00
msgid "Datagram Protocols"
2018-11-30 17:31:12 +00:00
msgstr "Protocoles non-connectés"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:473
2018-10-13 15:54:03 +00:00
msgid ""
"``callback`` :meth:`datagram_received() <DatagramProtocol.datagram_received>`"
msgstr ""
#: library/asyncio-llapi-index.rst:475
2018-10-13 15:54:03 +00:00
msgid "Called when a datagram is received."
msgstr ""
#: library/asyncio-llapi-index.rst:477
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`error_received() <DatagramProtocol.error_received>`"
msgstr ""
#: library/asyncio-llapi-index.rst:478
2018-10-13 15:54:03 +00:00
msgid ""
"Called when a previous send or receive operation raises an :class:`OSError`."
msgstr ""
#: library/asyncio-llapi-index.rst:482
2018-10-13 15:54:03 +00:00
msgid "Subprocess Protocols"
2018-11-30 17:31:12 +00:00
msgstr "Protocoles liés aux sous-processus"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:487
2018-10-13 15:54:03 +00:00
msgid ""
"``callback`` :meth:`pipe_data_received() <SubprocessProtocol."
"pipe_data_received>`"
msgstr ""
#: library/asyncio-llapi-index.rst:489
2020-02-14 10:18:53 +00:00
#, fuzzy
2018-10-13 15:54:03 +00:00
msgid ""
"Called when the child process writes data into its *stdout* or *stderr* pipe."
msgstr ""
2020-02-14 10:18:53 +00:00
"Appelé lorsqu'un processus enfant écrit sur sa sortie d'erreur ou sa sortie "
"standard."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:492
2018-10-13 15:54:03 +00:00
msgid ""
"``callback`` :meth:`pipe_connection_lost() <SubprocessProtocol."
"pipe_connection_lost>`"
msgstr ""
#: library/asyncio-llapi-index.rst:494
2018-10-13 15:54:03 +00:00
msgid ""
"Called when one of the pipes communicating with the child process is closed."
msgstr ""
2018-11-30 17:31:12 +00:00
"Appelé lorsqu'une des *pipe*\\ s de communication avec un sous-processus est "
"fermée."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:497
2018-10-13 15:54:03 +00:00
msgid ""
"``callback`` :meth:`process_exited() <SubprocessProtocol.process_exited>`"
msgstr ""
#: library/asyncio-llapi-index.rst:499
2018-10-13 15:54:03 +00:00
msgid "Called when the child process has exited."
msgstr "Appelé lorsqu'un processus enfant se termine."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:503
2018-10-13 15:54:03 +00:00
msgid "Event Loop Policies"
msgstr ""
#: library/asyncio-llapi-index.rst:505
2018-10-13 15:54:03 +00:00
msgid ""
"Policies is a low-level mechanism to alter the behavior of functions like :"
"func:`asyncio.get_event_loop`. See also the main :ref:`policies section "
"<asyncio-policies>` for more details."
msgstr ""
#: library/asyncio-llapi-index.rst:511
2018-10-13 15:54:03 +00:00
msgid "Accessing Policies"
msgstr ""
#: library/asyncio-llapi-index.rst:516
2018-10-13 15:54:03 +00:00
msgid ":meth:`asyncio.get_event_loop_policy`"
msgstr ":meth:`asyncio.get_event_loop_policy`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:517
2018-10-13 15:54:03 +00:00
msgid "Return the current process-wide policy."
2019-12-06 09:55:45 +00:00
msgstr "Renvoie la stratégie actuelle à l'échelle du processus."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:519
2018-10-13 15:54:03 +00:00
msgid ":meth:`asyncio.set_event_loop_policy`"
msgstr ":meth:`asyncio.set_event_loop_policy`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:520
2018-10-13 15:54:03 +00:00
msgid "Set a new process-wide policy."
msgstr ""
#: library/asyncio-llapi-index.rst:522
2018-10-13 15:54:03 +00:00
msgid ":class:`AbstractEventLoopPolicy`"
msgstr ":class:`AbstractEventLoopPolicy`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:523
2018-10-13 15:54:03 +00:00
msgid "Base class for policy objects."
msgstr ""