You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msgstr"**Améliorations de l'API de contrôle à distance :**"
33
33
34
+
msgid"**Note:** These new features also concern the macro commands API, as macros use the same proxy interface as remote control clients."
35
+
msgstr"**Remarque :** Ces nouvelles fonctionnalités concernent également l'API des commandes de macro, car les macros utilisent la même interface proxy que les clients de contrôle à distance."
36
+
34
37
msgid"Added `call_method()` method to `RemoteProxy` class for calling any public method on DataLab main window or panels:"
35
38
msgstr"Ajout de la méthode `call_method()` à la classe `RemoteProxy` pour appeler n'importe quelle méthode publique sur la fenêtre principale de DataLab ou les panneaux :"
36
39
@@ -46,6 +49,9 @@ msgstr "Le paramètre optionnel `panel` permet de cibler un panneau spécifique
46
49
msgid"Thread-safe execution: GUI operations automatically execute in main thread to prevent freezing"
47
50
msgstr"Exécution thread-safe : les opérations GUI s'exécutent automatiquement dans le thread principal pour éviter le gel"
48
51
52
+
msgid"Proper exception handling: exceptions raised during method execution (e.g., attempting to call private methods) are captured and propagated to the client as `xmlrpc.client.Fault` objects with the original error message"
53
+
msgstr"Gestion appropriée des exceptions : les exceptions levées lors de l'exécution de la méthode (par exemple, tenter d'appeler des méthodes privées) sont capturées et propagées au client sous forme d'objets `xmlrpc.client.Fault` avec le message d'erreur original"
54
+
49
55
msgid"New macro example `test_call_method.py` demonstrates usage: removing objects, getting current panel, and panel-specific operations"
50
56
msgstr"Un nouvel exemple de macro `test_call_method.py` démontre l'utilisation : suppression d'objets, obtention du panneau actuel et opérations spécifiques au panneau"
0 commit comments