Robot Framework
robot.utils.connectioncache.ConnectionCache Member List

This is the complete list of members for robot.utils.connectioncache.ConnectionCache, including all inherited members.

__bool__(self)robot.utils.connectioncache.ConnectionCache
__getitem__robot.utils.connectioncache.ConnectionCacheprivatestatic
__init__(self, no_current_msg='No open connection.')robot.utils.connectioncache.ConnectionCache
__iter__(self)robot.utils.connectioncache.ConnectionCache
__len__(self)robot.utils.connectioncache.ConnectionCache
_aliasesrobot.utils.connectioncache.ConnectionCacheprivate
_connectionsrobot.utils.connectioncache.ConnectionCacheprivate
_is_connection(self, conn)robot.utils.connectioncache.ConnectionCacheprivate
_no_currentrobot.utils.connectioncache.ConnectionCacheprivate
_resolve_alias(self, alias)robot.utils.connectioncache.ConnectionCacheprivate
_resolve_index(self, index)robot.utils.connectioncache.ConnectionCacheprivate
close_all(self, closer_method='close')robot.utils.connectioncache.ConnectionCache
currentrobot.utils.connectioncache.ConnectionCache
current_indexrobot.utils.connectioncache.ConnectionCachestatic
current_index(self)robot.utils.connectioncache.ConnectionCacheprivate
current_index(self, index)robot.utils.connectioncache.ConnectionCacheprivate
empty_cache(self)robot.utils.connectioncache.ConnectionCache
get_connection(self, alias_or_index=None)robot.utils.connectioncache.ConnectionCache
register(self, connection, alias=None)robot.utils.connectioncache.ConnectionCache
resolve_alias_or_index(self, alias_or_index)robot.utils.connectioncache.ConnectionCache
switch(self, alias_or_index)robot.utils.connectioncache.ConnectionCache