GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/927
TINKERPOP-1921 Added hasNext() in gremlin-python
https://issues.apache.org/jira/browse/TINKERPOP-1921
Adds `hasNext()` to gremlin-python - pretty self explanatory. Would be nice
to get the rest of the GLVs done too. Also fixed some PEP8 formatting nags.
Builds with `mvn clean install -pl gremlin-python`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1921
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/927.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #927
----
commit 9dbd2d28b624ae262b359a7320fdcb5d7b207476
Author: Stephen Mallette <spmva@...>
Date: 2018-09-07T17:23:36Z
TINKERPOP-1921 Added hasNext() in gremlin-python
----
---