Part of coherence.upnp.core.device View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 215 | Method | __init__ | Undocumented |
| 219 | Method | add_device | Undocumented |
| 223 | Method | get_devices | Undocumented |
Inherited from Device:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 43 | Method | __repr__ | Undocumented |
| 50 | Method | remove | Undocumented |
| 61 | Method | is_local | Undocumented |
| 66 | Method | is_remote | Undocumented |
| 71 | Method | receiver | Undocumented |
| 81 | Method | service_detection_failed | Undocumented |
| 84 | Method | get_id | Undocumented |
| 87 | Method | get_host | Undocumented |
| 90 | Method | get_usn | Undocumented |
| 93 | Method | get_st | Undocumented |
| 96 | Method | get_location | Undocumented |
| 99 | Method | get_services | Undocumented |
| 102 | Method | add_service | Undocumented |
| 105 | Method | remove_service_with_usn | Undocumented |
| 112 | Method | get_friendly_name | Undocumented |
| 115 | Method | get_device_type | Undocumented |
| 118 | Method | set_client | Undocumented |
| 121 | Method | get_client | Undocumented |
| 124 | Method | renew_service_subscriptions | iterate over device's services and renew subscriptions |
| 137 | Method | unsubscribe_service_subscriptions | iterate over device's services and unsubscribe subscriptions |
| 146 | Method | parse_description | Undocumented |
Inherited from Loggable (via Device):
| 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 Device, 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 |
|---|---|---|---|
| 215 | Method | __init__ | Undocumented |
| 43 | Method | __repr__ | Undocumented |
| 219 | Method | add_device | Undocumented |
| 102 | Method | add_service | 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. |
| 121 | Method | get_client | Undocumented |
| 115 | Method | get_device_type | Undocumented |
| 223 | Method | get_devices | Undocumented |
| 112 | Method | get_friendly_name | Undocumented |
| 87 | Method | get_host | Undocumented |
| 84 | Method | get_id | Undocumented |
| 96 | Method | get_location | Undocumented |
| 99 | Method | get_services | Undocumented |
| 93 | Method | get_st | Undocumented |
| 90 | Method | get_usn | Undocumented |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 61 | Method | is_local | Undocumented |
| 66 | Method | is_remote | Undocumented |
| 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 |
| 146 | Method | parse_description | Undocumented |
| 71 | Method | receiver | Undocumented |
| 50 | Method | remove | Undocumented |
| 105 | Method | remove_service_with_usn | Undocumented |
| 124 | Method | renew_service_subscriptions | iterate over device's services and renew subscriptions |
| 81 | Method | service_detection_failed | Undocumented |
| 118 | Method | set_client | Undocumented |
| 137 | Method | unsubscribe_service_subscriptions | iterate over device's services and unsubscribe subscriptions |
| 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: |