Lines Matching refs:need
140 need = min_len - (len(cwd) + len(os.path.sep))
141 if need <= 0:
143 if len(dirname) > need and need > 0:
144 dirname = dirname[:need]
661 "need os.statvfs()")
1419 self.skipTest("need symlink support")
1647 # this test need not depend on that behavior. Be explicit.
1710 @unittest.skipUnless(hasattr(os, 'getgroups'), 'need os.getgroups')
1835 @unittest.skipUnless(hasattr(os, 'getrandom'), 'need os.getrandom()')
2000 "need os.execv()")
2439 "need os.statvfs()")
2904 # This is a pseudo-handle that doesn't need to be closed
3063 # arguments need to be quoted
3111 @unittest.skipUnless(hasattr(signal, 'SIGKILL'), 'need signal.SIGKILL')
3127 # arguments need to be quoted
3928 @unittest.skipIf(fcntl is None, "need fcntl")
3941 @unittest.skipIf(fcntl is None, "need fcntl")
3952 @unittest.skipUnless(hasattr(os, 'O_PATH'), "need os.O_PATH")
3984 @unittest.skipUnless(hasattr(os, 'pipe'), "need os.pipe()")
4014 @unittest.skipUnless(hasattr(os, 'dup2'), "need os.dup2()")
4031 @unittest.skipUnless(hasattr(os, 'openpty'), "need os.openpty()")