Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tally
Function · 0.80
process_holders
Function · 0.80
Calls
1
toascii
Function · 0.90
Tested by
no test coverage detected