Public Member Functions | |
| def | __init__ |
| def | subscribe |
| def | unsubscribe |
| def | chatText |
Public Attributes | |
| dSubs | |
Definition at line 10 of file ChatChannel.py.
| def base.ChatChannel.ChatChannel.__init__ | ( | self | ) |
Definition at line 11 of file ChatChannel.py.
| def base.ChatChannel.ChatChannel.chatText | ( | self, | ||
| text | ||||
| ) |
Definition at line 26 of file ChatChannel.py.
| def base.ChatChannel.ChatChannel.subscribe | ( | self, | ||
| entity | ||||
| ) |
Definition at line 16 of file ChatChannel.py.
| def base.ChatChannel.ChatChannel.unsubscribe | ( | self, | ||
| entity | ||||
| ) |
Definition at line 21 of file ChatChannel.py.
Definition at line 13 of file ChatChannel.py.
1.7.1