Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_subprocess.py:2004–2006 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2002
class
POSIXProcessTestCase(BaseTestCase):
2003
2004
def
setUp(self):
2005
super().setUp()
2006
self._nonexistent_dir =
"/_this/pa.th/does/not/exist"
2007
2008
def
_get_chdir_exception(self):
2009
try
:
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
setUp
Method · 0.45
Tested by
no test coverage detected