(self)
| 6180 | self._test_module_encoding(argparse.__file__) |
| 6181 | |
| 6182 | def test_test_argparse_module_encoding(self): |
| 6183 | self._test_module_encoding(__file__) |
| 6184 | |
| 6185 | # =================== |
| 6186 | # ArgumentError tests |
nothing calls this directly
no test coverage detected