forked from AFPy/python-docs-fr
parent a6f49d9513
commit 7b88307273
53 changed files with 2943 additions and 864 deletions
| | @ -5,7 +5,7 @@ msgid "" | |||
msgstr "" | ||||
"Project-Id-Version: Python 3\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2021-01-27 19:26+0100\n" | ||||
"POT-Creation-Date: 2021-03-19 16:59+0100\n" | ||||
"PO-Revision-Date: 2020-06-01 16:54+0900\n" | ||||
"Last-Translator: Samuel Giffard <samuel@giffard.co>\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
| | @ -2690,7 +2690,7 @@ msgstr "" | |||
"spéciales en tant que résultat d'une invocation implicite *via* la syntaxe " | ||||
"du langage ou les fonctions natives. Lisez :ref:`special-lookup`." | ||||
| ||||
#: reference/datamodel.rst:None | ||||
#: reference/datamodel.rst:1562 | ||||
msgid "" | ||||
"Raises an :ref:`auditing event <auditing>` ``object.__getattr__`` with " | ||||
"arguments ``obj``, ``name``." | ||||
| | @ -2723,7 +2723,7 @@ msgstr "" | |||
"appeler la méthode de la classe de base avec le même nom, par exemple " | ||||
"``object.__setattr__(self, name, value)``." | ||||
| ||||
#: reference/datamodel.rst:None | ||||
#: reference/datamodel.rst:1579 | ||||
msgid "" | ||||
"Raises an :ref:`auditing event <auditing>` ``object.__setattr__`` with " | ||||
"arguments ``obj``, ``name``, ``value``." | ||||
| | @ -2746,7 +2746,7 @@ msgstr "" | |||
"l'assigner. Elle ne doit être implémentée que si ``del obj.name`` a du sens " | ||||
"pour cet objet." | ||||
| ||||
#: reference/datamodel.rst:None | ||||
#: reference/datamodel.rst:1591 | ||||
msgid "" | ||||
"Raises an :ref:`auditing event <auditing>` ``object.__delattr__`` with " | ||||
"arguments ``obj``, ``name``." | ||||
| | | |||
| | @ -5,7 +5,7 @@ msgid "" | |||
msgstr "" | ||||
"Project-Id-Version: Python 3\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2020-12-17 16:05+0100\n" | ||||
"POT-Creation-Date: 2021-03-19 16:59+0100\n" | ||||
"PO-Revision-Date: 2019-12-13 16:57+0100\n" | ||||
"Last-Translator: Antoine <antoine.venier@hotmail.fr>\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
| | @ -1182,7 +1182,7 @@ msgstr "" | |||
":func:`importlib.import_module` est fournie pour gérer les applications qui " | ||||
"déterminent dynamiquement les modules à charger." | ||||
| ||||
#: reference/simple_stmts.rst:843 | ||||
#: reference/simple_stmts.rst:842 | ||||
msgid "" | ||||
"Raises an :ref:`auditing event <auditing>` ``import`` with arguments " | ||||
"``module``, ``filename``, ``sys.path``, ``sys.meta_path``, ``sys." | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue