class documentation

class ConchTestRealm:

Constructor: ConchTestRealm(expectedAvatarID)

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):

Undocumented

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

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

avatar =

A reference to the avatar after it is requested.

expectedAvatarID =

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