Description
The following traversal will fail for Python as a{{dict}} is not hashable:
gremlin> g.V().has('person', 'name', 'marko').elementMap("name").groupCount().next() ==>{id=1, label=person, name=marko}=1
The following traversal will fail for Python as a{{dict}} is not hashable:
gremlin> g.V().has('person', 'name', 'marko').elementMap("name").groupCount().next() ==>{id=1, label=person, name=marko}=1