MCPcopy 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

2002class 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

superClass · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected