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
Some OGDF methods take the ownership of the passed values, in which case __python_owns__ has to be set on the passed value. Automatically ensuring this would be nice. See also ogdf/ogdf#143
The text was updated successfully, but these errors were encountered:
Some OGDF methods take the ownership of the passed values, in which case
__python_owns__
has to be set on the passed value. Automatically ensuring this would be nice. See also ogdf/ogdf#143The text was updated successfully, but these errors were encountered: