MCPcopy Create free account
hub / github.com/python/cpython / test_egyptian_hieroglyphs

Method test_egyptian_hieroglyphs

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

Source from the content-addressed store, hash-verified

119 self.checkletter("tangut ideograph-18d1e", "\U00018d1e")
120
121 def test_egyptian_hieroglyphs(self):
122 self.checkletter("EGYPTIAN HIEROGLYPH-13460", "\U00013460")
123 self.checkletter("EGYPTIAN HIEROGLYPH-143FA", "\U000143fa")
124 self.checkletter("egyptian hieroglyph-143fa", "\U000143fa")
125
126 def test_khitan_small_script_characters(self):
127 self.checkletter("KHITAN SMALL SCRIPT CHARACTER-18B00", "\U00018b00")

Callers

nothing calls this directly

Calls 1

checkletterMethod · 0.95

Tested by

no test coverage detected