MCPcopy 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

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

superClass · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected