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

Method get_env_file

Lib/test/test_venv.py:105–106  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

103 return output.getvalue(), error.getvalue()
104
105 def get_env_file(self, *args):
106 return os.path.join(self.env_dir, *args)
107
108 def get_text_file_contents(self, *args, encoding='utf-8'):
109 with open(self.get_env_file(*args), 'r', encoding=encoding) as f:

Callers 5

isdirMethod · 0.80
test_upgradeMethod · 0.80
test_symlinkingMethod · 0.80

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected