Home
last modified time | relevance | path

Searched defs:requires_fork (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dlock_tests.py18 requires_fork = unittest.skipUnless(support.has_fork_support, variable
/aosp_15_r20/external/python/cpython3/Lib/test/support/
D__init__.py522 def requires_fork(): function