-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I tried to translate to Python 3 but the meaning of the double parentheses in the setoutedge
definition eludes me.
def setoutedge(self, key, (anode, label_start_index, label_end_index, bnode)):
I guessed it would mean
def setoutedge(self, key, anode=None, label_start_index=None, label_end_index=None, bnode=None):
but implementing this change just broke the code in new ways. Could you please explain what this definition means?
martysai
Metadata
Metadata
Assignees
Labels
No labels