(self)
| 6059 | f.read() |
| 6060 | |
| 6061 | def test_argparse_module_encoding(self): |
| 6062 | self._test_module_encoding(argparse.__file__) |
| 6063 | |
| 6064 | def test_test_argparse_module_encoding(self): |
| 6065 | self._test_module_encoding(__file__) |
nothing calls this directly
no test coverage detected