Home | History | Annotate | Download | only in test

Lines Matching refs:lchflags

707     @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
709 self._test_chflags_regular_file(posix.lchflags, support.TESTFN)
712 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
725 for fn in (posix.lchflags, chflags_nofollow):