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