utils

class fabobjects.utils.ServerHostManager(instance_method)[source]

A descriptor decorator that decorates an object and exposes the instance that is decorated.

fabobjects.utils.log_call(func)[source]

Logs any callable

fabobjects.utils.random_password(bit=12)[source]

Generates a random password which include numbers, letters and special characters.

fabobjects.utils.return_distinct_servers(servers)[source]

Returns only one instance of a server or application. This will not guarantee that the server you want is the one you will get, it will only get them in order.

fabobjects.utils.server_host_manager

alias of fabobjects.utils.ServerHostManager

fabobjects.utils.timing(func)[source]

Times function call.