(self)
| 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): |
nothing calls this directly
no test coverage detected