Note that Topology.select_server() calls open() if needed.

This commit is contained in:
A. Jesse Jiryu Davis 2014-09-24 19:43:31 -04:00
parent fea501f314
commit 148bbc2fb2

View File

@ -62,6 +62,8 @@ class Topology(object):
- `server_wait_time` (optional): maximum seconds to wait. If not
provided, the default value common.SERVER_WAIT_TIME is used.
Calls self.open() if needed.
Raises exc:`AutoReconnect` after `server_wait_time` if no
matching servers are found.
"""