Lines Matching full:getppid
2218 @unittest.skipUnless(hasattr(os, 'getppid'), "test needs os.getppid")2221 'import os; print(os.getppid())'],