|
MythTV master
|
Functions | |
| def | ensure_code_reachability () |
| def | command_line () |
| def | make_display_excerpts (profile) |
| def | dump_excerpts (excerpts) |
| def | present_and_require_confirmation (profile) |
| def | do_send_profile (uuiddb, uuid, profile, opts, proxies) |
| def | send_profile (uuiddb, uuid, profile, opts, proxies) |
| def | mention_profile_web_view (opts, pub_uuid, admin) |
| def | get_proxies (opts) |
| def | read_profile (gate, uuid) |
| def | register_with_fedora_account_system (opts, profile) |
| def | do_scan_remote (profile, opts, gate) |
| def | mention_missing_uuid () |
| def | main_request_new_public_uuid (uuiddb, uuid, profile, opts) |
| def | main_scan_only (profile, opts, gate) |
| def | main_print_only (profile) |
| def | main_send_profile (uuiddb, uuid, profile, opts, gate) |
| def | main () |
| def hardwareprofile.sendProfile.command_line | ( | ) |
Definition at line 38 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
| def hardwareprofile.sendProfile.do_scan_remote | ( | profile, | |
| opts, | |||
| gate | |||
| ) |
Definition at line 321 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_scan_only(), and hardwareprofile.sendProfile.main_send_profile().
| def hardwareprofile.sendProfile.do_send_profile | ( | uuiddb, | |
| uuid, | |||
| profile, | |||
| opts, | |||
| proxies | |||
| ) |
Definition at line 245 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.send_profile().
| def hardwareprofile.sendProfile.dump_excerpts | ( | excerpts | ) |
Definition at line 166 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.present_and_require_confirmation().
| def hardwareprofile.sendProfile.ensure_code_reachability | ( | ) |
Definition at line 31 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.command_line(), hardwareprofile.sendProfile.do_scan_remote(), hardwareprofile.sendProfile.main(), hardwareprofile.sendProfile.main_request_new_public_uuid(), hardwareprofile.sendProfile.make_display_excerpts(), hardwareprofile.sendProfile.mention_missing_uuid(), hardwareprofile.sendProfile.mention_profile_web_view(), hardwareprofile.sendProfile.present_and_require_confirmation(), hardwareprofile.sendProfile.read_profile(), hardwareprofile.sendProfile.register_with_fedora_account_system(), and hardwareprofile.sendProfile.send_profile().
| def hardwareprofile.sendProfile.get_proxies | ( | opts | ) |
Definition at line 287 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_send_profile().
| def hardwareprofile.sendProfile.main | ( | ) |
Definition at line 388 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
| def hardwareprofile.sendProfile.main_print_only | ( | profile | ) |
Definition at line 361 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
| def hardwareprofile.sendProfile.main_request_new_public_uuid | ( | uuiddb, | |
| uuid, | |||
| profile, | |||
| opts | |||
| ) |
Definition at line 339 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
| def hardwareprofile.sendProfile.main_scan_only | ( | profile, | |
| opts, | |||
| gate | |||
| ) |
Definition at line 356 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
| def hardwareprofile.sendProfile.main_send_profile | ( | uuiddb, | |
| uuid, | |||
| profile, | |||
| opts, | |||
| gate | |||
| ) |
Definition at line 368 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
| def hardwareprofile.sendProfile.make_display_excerpts | ( | profile | ) |
Definition at line 139 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.present_and_require_confirmation().
| def hardwareprofile.sendProfile.mention_missing_uuid | ( | ) |
Definition at line 332 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_send_profile().
| def hardwareprofile.sendProfile.mention_profile_web_view | ( | opts, | |
| pub_uuid, | |||
| admin | |||
| ) |
Definition at line 275 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_send_profile().
| def hardwareprofile.sendProfile.present_and_require_confirmation | ( | profile | ) |
Definition at line 191 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_send_profile().
| def hardwareprofile.sendProfile.read_profile | ( | gate, | |
| uuid | |||
| ) |
Definition at line 295 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
| def hardwareprofile.sendProfile.register_with_fedora_account_system | ( | opts, | |
| profile | |||
| ) |
Definition at line 308 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_send_profile().
| def hardwareprofile.sendProfile.send_profile | ( | uuiddb, | |
| uuid, | |||
| profile, | |||
| opts, | |||
| proxies | |||
| ) |
Definition at line 254 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_send_profile().