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

Method test_argparse_module_encoding

Lib/test/test_argparse.py:6179–6180  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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__)

Callers

nothing calls this directly

Calls 1

_test_module_encodingMethod · 0.95

Tested by

no test coverage detected