honnix
11/20/2022, 7:16 PMmetadata.name
change.if "name" in kwargs:
self._metadata._name = kwargs["name"]
And it seems to work.Graph
and Timeline
tabs look correct with the overridden name, but not the Nodes
tab, which show the original name (function name).Ketan (kumare3)
honnix
11/21/2022, 8:09 AMKetan (kumare3)
honnix
11/21/2022, 5:24 PMYee