|
MythTV
0.26-pre
|
Public Member Functions | |
| def | __init__ |
| def | get_distro_specific_data |
| def | get_sendable_devices |
| def | get_sendable_host |
| def | get_sendable_fss |
| def | write_pub_uuid |
| def | write_admin_token |
| def | get_submission_data |
| def | get_distro_specific_html |
| def | send |
| def | regenerate_pub_uuid |
| def | get_general_info_excerpt |
| def | get_devices_info_excerpt |
| def | get_file_system_info_excerpt |
| def | get_distro_info_excerpt |
| def | getProfile |
| def | hostIter |
| def | deviceIter |
Public Attributes | |
| devices | |
| host | |
| fss | |
| distro_specific | |
Static Public Attributes | |
| dictionary | devices = {} |
| def hardwareprofile.smolt._HardwareProfile.__init__ | ( | self, | |
| gate, | |||
| uuid | |||
| ) |
| def hardwareprofile.smolt._HardwareProfile.get_distro_specific_data | ( | self, | |
| gate | |||
| ) |
| def hardwareprofile.smolt._HardwareProfile.get_sendable_devices | ( | self, | |
protocol_version = smoltProtocol |
|||
| ) |
Definition at line 557 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 584 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 609 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.get_submission_data().
| def hardwareprofile.smolt._HardwareProfile.write_pub_uuid | ( | self, | |
| uuiddb, | |||
| smoonURL, | |||
| pub_uuid, | |||
| uuid | |||
| ) |
Definition at line 612 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.regenerate_pub_uuid(), and hardwareprofile.smolt._HardwareProfile.send().
| def hardwareprofile.smolt._HardwareProfile.write_admin_token | ( | self, | |
| smoonURL, | |||
| admin, | |||
| admin_token_file | |||
| ) |
Definition at line 623 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.send().
| def hardwareprofile.smolt._HardwareProfile.get_submission_data | ( | self, | |
prefered_protocol = None |
|||
| ) |
Definition at line 632 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.send().
Definition at line 645 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.send().
| def hardwareprofile.smolt._HardwareProfile.send | ( | self, | |
| uuiddb, | |||
| uuid, | |||
user_agent = user_agent, |
|||
smoonURL = smoonURL, |
|||
timeout = timeout, |
|||
proxies = proxies, |
|||
batch = False |
|||
| ) |
| def hardwareprofile.smolt._HardwareProfile.regenerate_pub_uuid | ( | self, | |
| uuiddb, | |||
| uuid, | |||
user_agent = user_agent, |
|||
smoonURL = smoonURL, |
|||
timeout = timeout |
|||
| ) |
Definition at line 835 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.send().
| def hardwareprofile.smolt._HardwareProfile.hostIter | ( | self | ) |
Iterate over host information.
Definition at line 884 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.getProfile().
Iterate over our devices.
Definition at line 909 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.get_devices_info_excerpt(), and hardwareprofile.smolt._HardwareProfile.getProfile().
dictionary hardwareprofile::smolt._HardwareProfile::devices = {} [static] |
Definition at line 436 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile::deviceIter(), hardwareprofile.smolt._HardwareProfile::get_sendable_devices(), and hardwareprofile.smolt._HardwareProfile::getProfile().
Definition at line 508 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().
Definition at line 508 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().
Definition at line 508 of file smolt.py.
Referenced by hardwareprofile.smolt._HardwareProfile.get_distro_specific_html().
1.7.6.1