Hi, Any way of doing this without referring to the protected member "_rid".
It works, it's what I'm using, but not very pythonic... Thanks, Graham On Friday, 16 September 2016 08:38:21 UTC+1, [email protected] wrote: > > Hi, > you could use these commands > > requiredObj = client.command(' select expand(out("Eat")[0]) from Animal') > > > print(requiredObj[0]._rid) > > For more information you can see this link > <https://github.com/mogui/pyorient/issues/41> > > > Hope it helps. > Alessandro > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
