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

Method test_nushu_characters

Lib/test/test_ucn.py:133–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131 self.checkletter("khitan small script character-18cff", "\U00018cff")
132
133 def test_nushu_characters(self):
134 self.checkletter("NUSHU CHARACTER-1B170", "\U0001b170")
135 self.checkletter("NUSHU CHARACTER-1B2FB", "\U0001b2fb")
136 self.checkletter("nushu character-1b2fb", "\U0001b2fb")
137
138 def test_bmp_characters(self):
139 for code in range(0x10000):

Callers

nothing calls this directly

Calls 1

checkletterMethod · 0.95

Tested by

no test coverage detected