twisted.words.test.test_ircsupport.StubConversation(Conversation) class documentationtwisted.words.test.test_ircsupport
(View In Hierarchy)
| Method | show | Display the ConversationWindow. |
| Method | showMessage | Display a message sent from the person with whom the user is conversing. |
Inherited from Conversation:
| Instance Variable | person | The person who you're having this conversation with. (type: IPerson
provider) |
| Instance Variable | chatui | The GUI chat client associated with this conversation. (type: ChatUI) |
| Method | __init__ | |
| Method | hide | Hide the ConversationWindow. |
| Method | sendText | Send text to the person with whom the user is conversing. |
| Method | contactChangedNick | Change a person's name. |