@@ -16,41 +16,52 @@ msgstr ""
1616
1717#: ../Doc/c-api/reflection.rst:6
1818msgid "Reflection"
19- msgstr ""
19+ msgstr "Réflexion "
2020
2121#: ../Doc/c-api/reflection.rst:10
2222msgid ""
2323"Return a dictionary of the builtins in the current execution frame, or the "
2424"interpreter of the thread state if no frame is currently executing."
2525msgstr ""
26+ "Retourne un dictionnaire des commandes intégrées du thread en cours "
27+ "d'exécution, ou l'interpréteur de l'état du thread si aucun n'est en cours "
28+ "d'exécution"
2629
2730#: ../Doc/c-api/reflection.rst:16
2831msgid ""
2932"Return a dictionary of the local variables in the current execution frame, "
3033"or *NULL* if no frame is currently executing."
3134msgstr ""
35+ "Retourne un dictionnaire des variables locales du thread en cours "
36+ "d'exécution ou *NULL* si aucun thread n'est en cours d'execution"
3237
3338#: ../Doc/c-api/reflection.rst:22
3439msgid ""
3540"Return a dictionary of the global variables in the current execution frame, "
3641"or *NULL* if no frame is currently executing."
3742msgstr ""
43+ "Retourne un dictionnaire des variables globales du thread en cours "
44+ "d'execution ou *NULL* si aucun thread n'est en cours d'execution"
3845
3946#: ../Doc/c-api/reflection.rst:28
4047msgid ""
4148"Return the current thread state's frame, which is *NULL* if no frame is "
4249"currently executing."
4350msgstr ""
51+ "Retourne l'état du thread actuel, qui est *NULL* si aucun thread n'est en "
52+ "cours d'exécution"
4453
4554#: ../Doc/c-api/reflection.rst:34
4655msgid "Return the line number that *frame* is currently executing."
47- msgstr ""
56+ msgstr "Renvoie le numéro de ligne que le *frame* est en train d'exécuter "
4857
4958#: ../Doc/c-api/reflection.rst:39
5059msgid ""
5160"Return the name of *func* if it is a function, class or instance object, "
5261"else the name of *func*\\ s type."
5362msgstr ""
63+ "Renvoie le nom de *func* s'il s'agit d'une fonction, d'une classe ou d'un "
64+ "objet d'instance, sinon le nom du type *func*"
5465
5566#: ../Doc/c-api/reflection.rst:45
5667msgid ""
@@ -59,3 +70,8 @@ msgid ""
5970"and \" object\" . Concatenated with the result of :c:func:"
6071"`PyEval_GetFuncName`, the result will be a description of *func*."
6172msgstr ""
73+ "Retourne une description en chaîne de caractère, en fonction du type de "
74+ "*fonc*. Les valeurs de retour incluent \" ()\" pour les fonction et les "
75+ "méthodes, \" constructeur\" , \" instance\" et \" objet\" . Concaténé avec le "
76+ "résultat de :c:func:`PyEval_GetFuncName`, le résultat sera une description "
77+ "de *func*"
0 commit comments