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.ensure_code_reachability | ( | ) |
Definition at line 32 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.command_line | ( | ) |
Definition at line 39 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
def hardwareprofile.sendProfile.make_display_excerpts | ( | profile | ) |
Definition at line 140 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.present_and_require_confirmation().
def hardwareprofile.sendProfile.dump_excerpts | ( | excerpts | ) |
Definition at line 167 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.present_and_require_confirmation().
def hardwareprofile.sendProfile.present_and_require_confirmation | ( | profile | ) |
Definition at line 192 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_send_profile().
def hardwareprofile.sendProfile.do_send_profile | ( | uuiddb, | |
uuid, | |||
profile, | |||
opts, | |||
proxies | |||
) |
Definition at line 246 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.send_profile().
def hardwareprofile.sendProfile.send_profile | ( | uuiddb, | |
uuid, | |||
profile, | |||
opts, | |||
proxies | |||
) |
Definition at line 255 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 276 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_send_profile().
def hardwareprofile.sendProfile.get_proxies | ( | opts | ) |
Definition at line 288 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_send_profile().
def hardwareprofile.sendProfile.read_profile | ( | gate, | |
uuid | |||
) |
Definition at line 296 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
def hardwareprofile.sendProfile.register_with_fedora_account_system | ( | opts, | |
profile | |||
) |
Definition at line 309 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_send_profile().
def hardwareprofile.sendProfile.do_scan_remote | ( | profile, | |
opts, | |||
gate | |||
) |
Definition at line 322 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_scan_only(), and hardwareprofile.sendProfile.main_send_profile().
def hardwareprofile.sendProfile.mention_missing_uuid | ( | ) |
Definition at line 333 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main_send_profile().
def hardwareprofile.sendProfile.main_request_new_public_uuid | ( | uuiddb, | |
uuid, | |||
profile, | |||
opts | |||
) |
Definition at line 340 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
def hardwareprofile.sendProfile.main_scan_only | ( | profile, | |
opts, | |||
gate | |||
) |
Definition at line 357 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
def hardwareprofile.sendProfile.main_print_only | ( | profile | ) |
Definition at line 362 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
def hardwareprofile.sendProfile.main_send_profile | ( | uuiddb, | |
uuid, | |||
profile, | |||
opts, | |||
gate | |||
) |
Definition at line 369 of file sendProfile.py.
Referenced by hardwareprofile.sendProfile.main().
def hardwareprofile.sendProfile.main | ( | ) |
Definition at line 389 of file sendProfile.py.