我们从Python开源项目中,提取了以下16个代码示例,用于说明如何使用argparse.__file__()。
def test_argparse_module_encoding(self): self._test_module_encoding(argparse.__file__)
def test_test_argparse_module_encoding(self): self._test_module_encoding(__file__) # =================== # ArgumentError tests # ===================