(self)
| 6177 | f.read() |
| 6178 | |
| 6179 | def test_argparse_module_encoding(self): |
| 6180 | self._test_module_encoding(argparse.__file__) |
| 6181 | |
| 6182 | def test_test_argparse_module_encoding(self): |
| 6183 | self._test_module_encoding(__file__) |
nothing calls this directly
no test coverage detected