pyorient
pyorient copied to clipboard
Question about query results
The pyorient.otypes.OrientBinaryObject object contains after each query returns a dictionary, how to parse it.
I'm not quite clear to which dictionary you're referring, but for OrientBinaryObject, take a look at test_csv_decoding() in tests/test_serializations.py in the develop branch.