kirill-stepanishin opened a new pull request, #3281: URL: https://github.com/apache/tinkerpop/pull/3281
Fixes edge creation in gremlin-python by automatically wrapping Vertex objects with `__.V(vertex.id)` in `to()` and `from_()` methods. Key Changes: • Wrap Vertex objects with `__.V()` in `to()` and `from_()` steps using `isinstance()` check • Pass through strings and traversals unchanged • Update test expectations to verify Vertex wrapping functionality • Revert manual `__.V()` wrapping from basic examples now that driver handles it automatically Relates to https://github.com/apache/tinkerpop/pull/3252 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
