ArangoDB-Community / pyArango

Python Driver for ArangoDB with built-in validation
https://pyarango.readthedocs.io/en/latest/
Apache License 2.0
238 stars 90 forks source link

What does pyArango.Connection.disconnectSession() do? #157

Open aernesto opened 5 years ago

aernesto commented 5 years ago

Hello,

According to the source code, the method pyArango.Connection.disconnectSession() currently doesn't do anything. I am right?

If it does do something, when should I be using this method in my code?

aernesto commented 5 years ago

Hi,

It seems that I wasn't looking at the right code. In your 1.3.2 release, the method is not empty anymore.

I am closing the issue for now.

aernesto commented 5 years ago

I am still left with a doubt, is this documentation page wrong then?