Michael Kaiser-Cross created TINKERPOP-2346:
-----------------------------------------------
Summary: In gremlin python, error when using 'valueMap' and
'with_' combined
Key: TINKERPOP-2346
URL: https://issues.apache.org/jira/browse/TINKERPOP-2346
Project: TinkerPop
Issue Type: Bug
Components: python
Affects Versions: 3.4.5
Reporter: Michael Kaiser-Cross
Simple example that demonstrates issue.
>>> g.V().valueMap().with_(WithOptions.ids).toList()
gremlin_python.driver.protocol.GremlinServerError: 599: Could not locate
method: DefaultGraphTraversal.with([1])
--
This message was sent by Atlassian Jira
(v8.3.4#803005)