friendzone.friends

Functions

friends()

Returns a dictionary of potential friends and whether they were enabled.

is_friend_enabled(friend)

Wraps the process of determining if a particular friend was enabled.

Module Contents

friendzone.friends.friends()

Returns a dictionary of potential friends and whether they were enabled.

Returns:

Key-value pairs where the key is the name of a potential friend and the value is whether that friend was enabled or not

friendzone.friends.is_friend_enabled(friend)

Wraps the process of determining if a particular friend was enabled.

Returns:

True if FriendZone was configured with support for friend and false otherwise.

Return type:

bool