|
MythTV master
|
Public Member Functions | |
| def | __init__ (self, gate, uuid) |
| def | get_distro_specific_data (self, gate) |
| def | get_sendable_devices (self, protocol_version=smoltProtocol) |
| def | get_sendable_host (self, protocol_version=smoltProtocol) |
| def | get_sendable_fss (self, protocol_version=smoltProtocol) |
| def | write_pub_uuid (self, uuiddb, smoonURL, pub_uuid, uuid) |
| def | write_admin_token (self, smoonURL, admin, admin_token_file) |
| def | get_submission_data (self, prefered_protocol=None) |
| def | get_distro_specific_html (self) |
| def | send (self, uuiddb, uuid, user_agent=user_agent, smoonURL=smoonURL, timeout=timeout, proxies=proxies, batch=False) |
| def | regenerate_pub_uuid (self, uuiddb, uuid, user_agent=user_agent, smoonURL=smoonURL, timeout=timeout) |
| def | get_general_info_excerpt (self) |
| def | get_devices_info_excerpt (self) |
| def | get_file_system_info_excerpt (self) |
| def | get_distro_info_excerpt (self) |
| def | getProfile (self) |
| def | hostIter (self) |
| def | deviceIter (self) |
Public Attributes | |
| host | |
| devices | |
| fss | |
| distro_specific | |
| session | |
Static Public Attributes | |
| dictionary | devices = {} |
| def hardwareprofile.smolt._HardwareProfile.__init__ | ( | self, | |
| gate, | |||
| uuid | |||
| ) |
| def hardwareprofile.smolt._HardwareProfile.deviceIter | ( | self | ) |
Iterate over our devices.
Definition at line 948 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.get_devices_info_excerpt(), and hardwareprofile.smolt._HardwareProfile.getProfile().
| def hardwareprofile.smolt._HardwareProfile.get_devices_info_excerpt | ( | self | ) |
| def hardwareprofile.smolt._HardwareProfile.get_distro_info_excerpt | ( | self | ) |
| def hardwareprofile.smolt._HardwareProfile.get_distro_specific_data | ( | self, | |
| gate | |||
| ) |
| def hardwareprofile.smolt._HardwareProfile.get_distro_specific_html | ( | self | ) |
Definition at line 669 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.send().
| def hardwareprofile.smolt._HardwareProfile.get_file_system_info_excerpt | ( | self | ) |
| def hardwareprofile.smolt._HardwareProfile.get_general_info_excerpt | ( | self | ) |
| def hardwareprofile.smolt._HardwareProfile.get_sendable_devices | ( | self, | |
protocol_version = smoltProtocol |
|||
| ) |
Definition at line 580 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.get_submission_data().
| def hardwareprofile.smolt._HardwareProfile.get_sendable_fss | ( | self, | |
protocol_version = smoltProtocol |
|||
| ) |
Definition at line 632 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.get_submission_data().
| def hardwareprofile.smolt._HardwareProfile.get_sendable_host | ( | self, | |
protocol_version = smoltProtocol |
|||
| ) |
Definition at line 607 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.get_submission_data().
| def hardwareprofile.smolt._HardwareProfile.get_submission_data | ( | self, | |
prefered_protocol = None |
|||
| ) |
Definition at line 656 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.send().
| def hardwareprofile.smolt._HardwareProfile.getProfile | ( | self | ) |
Definition at line 874 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.send().
| def hardwareprofile.smolt._HardwareProfile.hostIter | ( | self | ) |
Iterate over host information.
Definition at line 923 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.getProfile().
| def hardwareprofile.smolt._HardwareProfile.regenerate_pub_uuid | ( | self, | |
| uuiddb, | |||
| uuid, | |||
user_agent = user_agent, |
|||
smoonURL = smoonURL, |
|||
timeout = timeout |
|||
| ) |
| def hardwareprofile.smolt._HardwareProfile.send | ( | self, | |
| uuiddb, | |||
| uuid, | |||
user_agent = user_agent, |
|||
smoonURL = smoonURL, |
|||
timeout = timeout, |
|||
proxies = proxies, |
|||
batch = False |
|||
| ) |
| def hardwareprofile.smolt._HardwareProfile.write_admin_token | ( | self, | |
| smoonURL, | |||
| admin, | |||
| admin_token_file | |||
| ) |
Definition at line 646 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.send().
| def hardwareprofile.smolt._HardwareProfile.write_pub_uuid | ( | self, | |
| uuiddb, | |||
| smoonURL, | |||
| pub_uuid, | |||
| uuid | |||
| ) |
Definition at line 635 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.regenerate_pub_uuid(), and hardwareprofile.smolt._HardwareProfile.send().
|
static |
Definition at line 457 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.deviceIter(), hardwareprofile.smolt._HardwareProfile.get_sendable_devices(), and hardwareprofile.smolt._HardwareProfile.getProfile().
| hardwareprofile.smolt._HardwareProfile.devices |
Definition at line 474 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.deviceIter(), hardwareprofile.smolt._HardwareProfile.get_sendable_devices(), and hardwareprofile.smolt._HardwareProfile.getProfile().
| hardwareprofile.smolt._HardwareProfile.distro_specific |
Definition at line 538 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.get_distro_info_excerpt(), hardwareprofile.smolt._HardwareProfile.get_distro_specific_html(), hardwareprofile.smolt._HardwareProfile.get_submission_data(), and hardwareprofile.smolt._HardwareProfile.getProfile().
| hardwareprofile.smolt._HardwareProfile.fss |
Definition at line 536 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.get_file_system_info_excerpt(), hardwareprofile.smolt._HardwareProfile.get_sendable_fss(), and hardwareprofile.smolt._HardwareProfile.getProfile().
| hardwareprofile.smolt._HardwareProfile.host |
Definition at line 473 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.get_general_info_excerpt(), hardwareprofile.smolt._HardwareProfile.get_sendable_host(), hardwareprofile.smolt._HardwareProfile.hostIter(), hardwareprofile.smolt._HardwareProfile.regenerate_pub_uuid(), and hardwareprofile.smolt._HardwareProfile.send().
| hardwareprofile.smolt._HardwareProfile.session |
Definition at line 539 of file smolt.py.
Referenced by xiami.lyricsScraper.LyricsFetcher.get_lyrics(), xiami.lyricsScraper.LyricsFetcher.get_lyrics_from_list(), hardwareprofile.smolt._HardwareProfile.regenerate_pub_uuid(), and hardwareprofile.smolt._HardwareProfile.send().