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

Method open_mapping_file

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

Source from the content-addressed store, hash-verified

313 self.skipTest("Could not retrieve "+self.mapfileurl)
314
315 def open_mapping_file(self):
316 return support.open_urlresource(self.mapfileurl, encoding="utf-8")
317
318 def test_mapping_file(self):
319 if self.mapfileurl.endswith('.xml'):

Callers 3

setUpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected