MCPcopy Index your code
hub / github.com/python/cpython / unistr

Method unistr

Lib/test/test_unicodedata.py:1199–1201  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

1197class NormalizationTest(unittest.TestCase):
1198 @staticmethod
1199 def unistr(data):
1200 data = [int(x, 16) for x in data.split(" ")]
1201 return "".join([chr(x) for x in data])
1202
1203 @requires_resource('network')
1204 @requires_resource('cpu')

Callers 1

Calls 2

splitMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected