twisted.spread.test.test_pb.MyPerspective(pb.Avatar) class documentationtwisted.spread.test.test_pb
(View In Hierarchy)
Implements interfaces: twisted.spread.pb.IPerspective
| Instance Variable | loggedIn | set to True when the avatar is logged in. (type: bool) |
| Instance Variable | loggedOut | set to True when the avatar is logged out. (type: bool) |
| Method | __init__ | Undocumented |
| Method | perspective_getAvatarId | Return the avatar identifier which was used to access this avatar. |
| Method | perspective_getViewPoint | Undocumented |
| Method | perspective_add | Add the given objects and return the result. This is a method
unavailable on Echoer, so
it can only be invoked by authenticated users who received their avatar
from TestRealm. |
| Method | logout | Undocumented |
Inherited from Avatar:
| Method | perspectiveMessageReceived | This method is called when a network message is received. |
Return the avatar identifier which was used to access this avatar.