class Session(object):
A session and the number of clients connected to it, as returned by the server.
Method | __init__ |
Undocumented |
Property | name |
Property: The name of the session |
Property | subscriber_count |
Property: The number of subscribers to this session, as returned by the server on the last call to Sessions.available or Sessions.active . |
Method | is_active |
Whether the session has at least one subscriber |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | __eq__ |
Undocumented |
Method | __ne__ |
Undocumented |
Instance Variable | _name |
Undocumented |
Instance Variable | _subscriber_count |
Undocumented |
Property: The number of subscribers to this session, as returned by the server on the last call to Sessions.available
or Sessions.active
.