MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_argparse_module_encoding

Method test_argparse_module_encoding

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_test_module_encodingMethod · 0.95

Tested by

no test coverage detected