spmallette opened a new pull request #1350: URL: https://github.com/apache/tinkerpop/pull/1350
https://issues.apache.org/jira/browse/TINKERPOP-2435 Seems like less of a problem in practice as most Python users wouldn't improperly do g.V().__len__ but debugging tools might do such things on code introspection as PyCharm does with its debugger. That of course would build unexpected Gremlin and will typically return no values (as any traversal ending with values() and a key that doesnt exist will just filter out). All tests pass with `mvn clean install -pl gremlin-python` VOTE +1 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
