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

Method test_mapping_file

Lib/test/multibytecodec_support.py:318–322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

316 return support.open_urlresource(self.mapfileurl, encoding="utf-8")
317
318 def test_mapping_file(self):
319 if self.mapfileurl.endswith('.xml'):
320 self._test_mapping_file_ucm()
321 else:
322 self._test_mapping_file_plain()
323
324 def _test_mapping_file_plain(self):
325 def unichrs(s):

Callers

nothing calls this directly

Calls 3

endswithMethod · 0.45

Tested by

no test coverage detected