Home | History | Annotate | Download | only in test

Lines Matching refs:inheritable

3248         # inheritable by default
3254 # force non-inheritable
3257 self.assertEqual(os.dup2(fd, fd3, inheritable=False), fd3)