Home | History | Annotate | Download | only in test

Lines Matching refs:getpwall

2133     @unittest.skipUnless(hasattr(pwd, 'getpwall'),
2134 'pwd module does not expose getpwall()')
2143 for pwdent in pwd.getpwall():