@@ -16,41 +16,52 @@ msgstr ""
16
16
17
17
#: ../Doc/c-api/reflection.rst:6
18
18
msgid "Reflection"
19
- msgstr ""
19
+ msgstr "Réflexion "
20
20
21
21
#: ../Doc/c-api/reflection.rst:10
22
22
msgid ""
23
23
"Return a dictionary of the builtins in the current execution frame, or the "
24
24
"interpreter of the thread state if no frame is currently executing."
25
25
msgstr ""
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"
26
29
27
30
#: ../Doc/c-api/reflection.rst:16
28
31
msgid ""
29
32
"Return a dictionary of the local variables in the current execution frame, "
30
33
"or *NULL* if no frame is currently executing."
31
34
msgstr ""
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"
32
37
33
38
#: ../Doc/c-api/reflection.rst:22
34
39
msgid ""
35
40
"Return a dictionary of the global variables in the current execution frame, "
36
41
"or *NULL* if no frame is currently executing."
37
42
msgstr ""
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"
38
45
39
46
#: ../Doc/c-api/reflection.rst:28
40
47
msgid ""
41
48
"Return the current thread state's frame, which is *NULL* if no frame is "
42
49
"currently executing."
43
50
msgstr ""
51
+ "Retourne l'état du thread actuel, qui est *NULL* si aucun thread n'est en "
52
+ "cours d'exécution"
44
53
45
54
#: ../Doc/c-api/reflection.rst:34
46
55
msgid "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 "
48
57
49
58
#: ../Doc/c-api/reflection.rst:39
50
59
msgid ""
51
60
"Return the name of *func* if it is a function, class or instance object, "
52
61
"else the name of *func*\\ s type."
53
62
msgstr ""
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*"
54
65
55
66
#: ../Doc/c-api/reflection.rst:45
56
67
msgid ""
@@ -59,3 +70,8 @@ msgid ""
59
70
"and \" object\" . Concatenated with the result of :c:func:"
60
71
"`PyEval_GetFuncName`, the result will be a description of *func*."
61
72
msgstr ""
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