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
Instances from the `HardwareMonitor` module can be reduced to primitive python types instead of `HarwareMonitor` object instances with the `ToBuiltinTypes` function.
104
+
Instances from the `HardwareMonitor` module can be reduced to primitive python types instead of `HardwareMonitor` object instances with the `ToBuiltinTypes` function.
97
105
Objects are recursively converted to Python builtin types (`dict`, `list`, ...).
98
106
This can be useful for applications that serialized the data (e.g. with json).
0 commit comments