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

Method get_arch_by_idx

keypatch.py:855–856  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

853 return idx
854
855 def get_arch_by_idx(self, idx):
856 return self.get_value_by_idx(self.arch_lists, idx)
857
858 def find_arch_idx(self, arch, mode):
859 return self.find_idx_by_value(self.arch_lists, (arch, mode))

Callers 1

OnFormChangeMethod · 0.80

Calls 1

get_value_by_idxMethod · 0.95

Tested by

no test coverage detected