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
Edge can be str() after returning from QueryResult (#59)
* id should be int not float as indicated by the above comment
* edge can be converted to string even the src_node and dest_node are assigned with id
* edge can be converted to string even the src_node and dest_node are assigned with id
* __str__ of Edge will include str(src_node) and str(dest_node)
0 commit comments