MCPcopy
hub / github.com/corpnewt/GenSMBIOS / _get_remote_version

Method _get_remote_version

GenSMBIOS.py:169–179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167 return
168
169 def _get_remote_version(self):
170 self.u.head("Getting MacSerial Remote Version")
171 print("")
172 print("Gathering latest macserial info...")
173 print(" - Gathering info from OpenCorePkg...")
174 vers = self._get_macserial_version()
175 if not vers:
176 print("Error checking for updates (network issue)\n")
177 self.u.grab("Press [enter] to return...")
178 return None
179 return vers
180
181 def _get_plist(self):
182 self.u.head("Select Plist")

Callers 1

__init__Method · 0.95

Calls 3

headMethod · 0.80
grabMethod · 0.80

Tested by

no test coverage detected