class documentation
A realm which hangs onto a reference to the mind object in its logout function.
Method | __init__ |
Create a LeakyRealm . |
Method | request |
Verify that the mind and interface supplied have the expected values (this should really be done somewhere else, like inside a test method) and return an avatar appropriate for the given identifier. |
Instance Variable | _mind |
Undocumented |
Inherited from TestRealm
:
Instance Variable | last |
The MyPerspective most recently created and returned from requestAvatar. |
Instance Variable | perspective |
A one-argument callable which will be used to create avatars to be returned from requestAvatar. |
Create a LeakyRealm
.
Parameters | |
mind | a callable that will be called with the mind object when it is available |