What is the purpose of the any client function in client.py?

Moved from GitHub pydgraph/129

Posted by shravan-v:

It would be helpful if the usage of this function is elaborated with an example.

martinmr commented :

The client can be given multiple gRPC clients. This function is used to load balance the requests. I updated the documentation to hopefully make this clearer. I am not adding an example because this is not meant to be used by users. When you call any of the other methods (login, alter, etc), this method will automatically select a random gRPC client for you.