© 2026 Hedgehog Software, LLC
g
graphTraversalSource
vertex = g.add_v("my_vertex").next() vertex = ( g.V(vertex) .property("~supernode", True) .property("foo", "bar") .property("baz", "biz") .explain() .next() )
TypeError: 'GraphTraversal' object is not callable
[values explain]
foobar
λ cd ~/.local/lib/python3.10/site-packages/gremlin_python ; grep -rn explain . λ