[Neo4j] neo4j.py get all relationships on node
Michael Huffman
mike at apsreo.com
Tue Aug 24 17:52:26 CEST 2010
Looking through the python api, documentation, and archives, I can not seem to see a way to get all of the current relationships attached to a node.
The java api has an iterable getRelationships() function here http://api.neo4j.org/current/org/neo4j/graphdb/Node.html#getRelationships%28%29
The python calls seem to all require specific relationship arguments.
Is there something obvious I am missing in the python interface?
Thanks in advance for any help that can be provided.
More information about the User
mailing list