Part of coherence.upnp.core.service View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 44 | Method | __init__ | Undocumented |
| 80 | Method | __repr__ | Undocumented |
| 94 | Method | remove | Undocumented |
| 111 | Method | get_device | Undocumented |
| 114 | Method | get_type | Undocumented |
| 117 | Method | set_timeout | Undocumented |
| 120 | Method | get_timeout | Undocumented |
| 123 | Method | get_id | Undocumented |
| 126 | Method | get_sid | Undocumented |
| 129 | Method | set_sid | Undocumented |
| 135 | Method | get_actions | Undocumented |
| 138 | Method | get_action | Undocumented |
| 141 | Method | get_state_variables | Undocumented |
| 144 | Method | get_state_variable | Undocumented |
| 148 | Method | get_control_url | Undocumented |
| 151 | Method | get_event_sub_url | Undocumented |
| 155 | Method | get_presentation_url | Undocumented |
| 158 | Method | get_scpd_url | Undocumented |
| 161 | Method | get_base_url | Undocumented |
| 164 | Method | subscribe | Undocumented |
| 170 | Method | unsubscribe | Undocumented |
| 185 | Method | subscribe_for_variable | Undocumented |
| 196 | Method | renew_subscription | Undocumented |
| 199 | Method | process_event | Undocumented |
| 223 | Method | parse_actions | Undocumented |
Inherited from Loggable:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 79 | Method | logFunction | Overridable log function. Default just returns passed message. |
| 90 | Method | critical | Undocumented |
| 96 | Method | msg | Undocumented |
Inherited from Loggable (via Loggable):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 650 | Method | error | Log an error. By default this will also raise an exception. |
| 657 | Method | warning | Log a warning. Used for non-fatal problems. |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 671 | Method | debug | Log a debug message. Used for debugging. |
| 678 | Method | log | Log a log message. Used for debugging recurring events. |
| 685 | Method | doLog | Log a message at the given level, with the possibility of going |
| 709 | Method | warningFailure | Log a warning about a Twisted Failure. Useful as an errback handler: |
| 730 | Method | logObjectName | Overridable object name function. |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 44 | Method | __init__ | Undocumented |
| 80 | Method | __repr__ | Undocumented |
| 87 | Method | _get_client | Undocumented |
| 90 | Method | critical | Undocumented |
| 671 | Method | debug | Log a debug message. Used for debugging. |
| 685 | Method | doLog | Log a message at the given level, with the possibility of going |
| 650 | Method | error | Log an error. By default this will also raise an exception. |
| 138 | Method | get_action | Undocumented |
| 135 | Method | get_actions | Undocumented |
| 161 | Method | get_base_url | Undocumented |
| 148 | Method | get_control_url | Undocumented |
| 111 | Method | get_device | Undocumented |
| 151 | Method | get_event_sub_url | Undocumented |
| 123 | Method | get_id | Undocumented |
| 155 | Method | get_presentation_url | Undocumented |
| 158 | Method | get_scpd_url | Undocumented |
| 126 | Method | get_sid | Undocumented |
| 144 | Method | get_state_variable | Undocumented |
| 141 | Method | get_state_variables | Undocumented |
| 120 | Method | get_timeout | Undocumented |
| 114 | Method | get_type | Undocumented |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 678 | Method | log | Log a log message. Used for debugging recurring events. |
| 79 | Method | logFunction | Overridable log function. Default just returns passed message. |
| 730 | Method | logObjectName | Overridable object name function. |
| 96 | Method | msg | Undocumented |
| 223 | Method | parse_actions | Undocumented |
| 199 | Method | process_event | Undocumented |
| 94 | Method | remove | Undocumented |
| 196 | Method | renew_subscription | Undocumented |
| 129 | Method | set_sid | Undocumented |
| 117 | Method | set_timeout | Undocumented |
| 164 | Method | subscribe | Undocumented |
| 185 | Method | subscribe_for_variable | Undocumented |
| 170 | Method | unsubscribe | Undocumented |
| 657 | Method | warning | Log a warning. Used for non-fatal problems. |
| 709 | Method | warningFailure | Log a warning about a Twisted Failure. Useful as an errback handler: |