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

Method test_euc_encoding

Lib/test/test_locale.py:455–462  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

453 self.check('sd', 'sd_IN.UTF-8')
454
455 def test_euc_encoding(self):
456 self.check('ja_jp.euc', 'ja_JP.eucJP')
457 self.check('ja_jp.eucjp', 'ja_JP.eucJP')
458 self.check('ko_kr.euc', 'ko_KR.eucKR')
459 self.check('ko_kr.euckr', 'ko_KR.eucKR')
460 self.check('zh_cn.euc', 'zh_CN.eucCN')
461 self.check('zh_tw.euc', 'zh_TW.eucTW')
462 self.check('zh_tw.euctw', 'zh_TW.eucTW')
463
464 def test_japanese(self):
465 self.check('ja', 'ja_JP.eucJP')

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected