symphony/utils: use __qualname__ to store object type in toJSON
Use __qualname__ instead of __name__, since __qualname__ also works with nested classes.
Showing
Please register or sign in to comment
Use __qualname__ instead of __name__, since __qualname__ also works with nested classes.