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
dds.structures.DDSException: The type <class 'function'> is currently not supported. The only supported types are 'well-known' types that are part of the standard data structures in the python library. If you think your data type should be supported by DDS, please open a request ticket. General Python classes will not be supported since they can carry arbitrary state and cannot be easily compared. Consider using a dataclass, a dictionary or a named tuple instead.
The current workaround is to not have a function as a default argument:
The following code:
causes an analyzer error:
The current workaround is to not have a function as a default argument:
The text was updated successfully, but these errors were encountered: