class documentation

class ConchTestRealm: (source)

View In Hierarchy

A realm which expects a particular avatarId to log in once and creates a ConchTestAvatar for that request.

Method __init__ Undocumented
Method requestAvatar Return a new ConchTestAvatar if the avatarID matches the expected one and this is the first avatar request.
Instance Variable avatar A reference to the avatar after it is requested.
Instance Variable expectedAvatarID The only avatarID that this realm will produce an avatar for.
def __init__(self, expectedAvatarID): (source)

Undocumented

def requestAvatar(self, avatarID, mind, *interfaces): (source)

Return a new ConchTestAvatar if the avatarID matches the expected one and this is the first avatar request.

A reference to the avatar after it is requested.

expectedAvatarID = (source)

The only avatarID that this realm will produce an avatar for.