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
To make the dot graphs a little more clear, I would like to collapse __dict__ edges from an instance to a dict that then have value[name] edges to the instance's attribute to just attr.name edges from the instance to its attributes. This will probably help reduce some of the spaghetti that happens when dot feels comfortable putting the dict far away from its instance.
The text was updated successfully, but these errors were encountered:
To make the
dot
graphs a little more clear, I would like to collapse__dict__
edges from an instance to adict
that then havevalue[name]
edges to the instance's attribute to justattr.name
edges from the instance to its attributes. This will probably help reduce some of the spaghetti that happens whendot
feels comfortable putting thedict
far away from its instance.The text was updated successfully, but these errors were encountered: