MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / transliterate

Method transliterate

src/summarycode/copyright_tallies.py:174–175  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

172 self.key = key.strip('.,').strip()
173
174 def transliterate(self):
175 self.key = toascii(self.key, translit=True)
176
177 def fingerprint(self):
178 key = self.key

Callers 2

tallyFunction · 0.80
process_holdersFunction · 0.80

Calls 1

toasciiFunction · 0.90

Tested by

no test coverage detected