MythTV  master
Functions
hardwareprofile.sendProfile Namespace Reference

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 ()
 

Function Documentation

◆ ensure_code_reachability()

def hardwareprofile.sendProfile.ensure_code_reachability ( )

◆ command_line()

def hardwareprofile.sendProfile.command_line ( )

Definition at line 39 of file sendProfile.py.

Referenced by hardwareprofile.sendProfile.main().

◆ make_display_excerpts()

def hardwareprofile.sendProfile.make_display_excerpts (   profile)

◆ dump_excerpts()

def hardwareprofile.sendProfile.dump_excerpts (   excerpts)

◆ 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().

◆ do_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().

◆ 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().

◆ mention_profile_web_view()

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().

◆ get_proxies()

def hardwareprofile.sendProfile.get_proxies (   opts)

Definition at line 288 of file sendProfile.py.

Referenced by hardwareprofile.sendProfile.main_send_profile().

◆ read_profile()

def hardwareprofile.sendProfile.read_profile (   gate,
  uuid 
)

Definition at line 296 of file sendProfile.py.

Referenced by hardwareprofile.sendProfile.main().

◆ register_with_fedora_account_system()

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().

◆ do_scan_remote()

def hardwareprofile.sendProfile.do_scan_remote (   profile,
  opts,
  gate 
)

◆ mention_missing_uuid()

def hardwareprofile.sendProfile.mention_missing_uuid ( )

Definition at line 333 of file sendProfile.py.

Referenced by hardwareprofile.sendProfile.main_send_profile().

◆ main_request_new_public_uuid()

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().

◆ main_scan_only()

def hardwareprofile.sendProfile.main_scan_only (   profile,
  opts,
  gate 
)

Definition at line 357 of file sendProfile.py.

Referenced by hardwareprofile.sendProfile.main().

◆ main_print_only()

def hardwareprofile.sendProfile.main_print_only (   profile)

Definition at line 362 of file sendProfile.py.

Referenced by hardwareprofile.sendProfile.main().

◆ main_send_profile()

def hardwareprofile.sendProfile.main_send_profile (   uuiddb,
  uuid,
  profile,
  opts,
  gate 
)

Definition at line 369 of file sendProfile.py.

Referenced by hardwareprofile.sendProfile.main().

◆ main()

def hardwareprofile.sendProfile.main ( )

Definition at line 389 of file sendProfile.py.