MCPcopy
hub / github.com/corpnewt/gibMacOS / show_catalog_url

Method show_catalog_url

gibMacOS.py:556–565  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

554 return json.dumps(prod_dict,indent=2)
555
556 def show_catalog_url(self):
557 self.resize()
558 self.u.head()
559 print("Current Catalog: {}".format(self.current_catalog))
560 print("Max macOS Version: {}".format(self.num_to_macos(self.current_macos,for_url=False)))
561 print("")
562 print("{}".format(self.build_url()))
563 if self.interactive:
564 print("")
565 self.u.grab("Press [enter] to return...")
566
567 def pick_catalog(self):
568 self.resize()

Callers 1

mainMethod · 0.95

Calls 5

resizeMethod · 0.95
num_to_macosMethod · 0.95
build_urlMethod · 0.95
headMethod · 0.80
grabMethod · 0.80

Tested by

no test coverage detected