twisted.conch.test.test_ssh.ConchTestRealm(object)
class documentationtwisted.conch.test.test_ssh
(View In Hierarchy)
A realm which expects a particular avatarId to log in once and creates a
ConchTestAvatar
for that request.
Instance Variable | expectedAvatarID | The only avatarID that this realm will produce an avatar for. |
Instance Variable | avatar | A reference to the avatar after it is requested. |
Method | __init__ | Undocumented |
Method | requestAvatar | Return a new ConchTestAvatar
if the avatarID matches the expected one and this is the first avatar
request. |
Return a new ConchTestAvatar
if the avatarID matches the expected one and this is the first avatar
request.