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

Method test_latin_modifier

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

Source from the content-addressed store, hash-verified

429 self.check('de_DE.utf8@euro', 'de_DE.UTF-8')
430
431 def test_latin_modifier(self):
432 self.check('be_BY.UTF-8@latin', 'be_BY.UTF-8@latin')
433 self.check('sr_RS.UTF-8@latin', 'sr_RS.UTF-8@latin')
434 self.check('sr_RS.UTF-8@latn', 'sr_RS.UTF-8@latin')
435
436 def test_valencia_modifier(self):
437 self.check('ca_ES.UTF-8@valencia', 'ca_ES.UTF-8@valencia')

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected