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

Method check_parts

Lib/test/test_pathlib/test_join.py:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 expected = ('a', 'b', 'c', 'd', 'e')
174
175 def check_parts():
176 b.wait()
177 self.assertEqual(path.parts, expected)
178
179 threads = [threading.Thread(target=check_parts) for _ in range(NUM_THREADS)]
180 with threading_helper.start_threads(threads):

Callers

nothing calls this directly

Calls 2

waitMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected