MCPcopy Index your code
hub / github.com/keystone-engine/keypatch / update_hardware_mode

Method update_hardware_mode

keypatch.py:218–219  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

216 return (arch, mode)
217
218 def update_hardware_mode(self):
219 (self.arch, self.mode) = self.get_hardware_mode()
220
221 # normalize assembly code
222 # remove comment at the end of assembly code

Callers 2

__init__Method · 0.95
setupMethod · 0.80

Calls 1

get_hardware_modeMethod · 0.95

Tested by

no test coverage detected